mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-20 16:07:49 +00:00
Front matter: url key was renamed to path
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Catching Exceptions"
|
||||
order = 1
|
||||
url = "catching-exceptions"
|
||||
path = "catching-exceptions"
|
||||
date = "2016-05-28"
|
||||
[extra]
|
||||
updated = "2016-06-25"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Better Exception Messages"
|
||||
order = 2
|
||||
url = "better-exception-messages"
|
||||
path = "better-exception-messages"
|
||||
date = "2016-08-03"
|
||||
[extra]
|
||||
updated = "2016-11-01"
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
+++
|
||||
title = "Returning from Exceptions"
|
||||
order = 3
|
||||
url = "returning-from-exceptions"
|
||||
path = "returning-from-exceptions"
|
||||
date = "2016-09-21"
|
||||
[extra]
|
||||
updated = "2016-11-01"
|
||||
|
||||
Reference in New Issue
Block a user