Front matter: url key was renamed to path

This commit is contained in:
Philipp Oppermann
2017-10-05 15:52:40 +02:00
parent f1ffa242c2
commit 3c6b0b89ac
19 changed files with 19 additions and 19 deletions

View File

@@ -1,7 +1,7 @@
+++
title = "Catching Exceptions"
order = 1
url = "catching-exceptions"
path = "catching-exceptions"
date = "2016-05-28"
[extra]
updated = "2016-06-25"

View File

@@ -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"

View File

@@ -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"