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,6 +1,6 @@
+++
title = "Page not found"
url = "404.html"
path = "404.html"
template = "plain.html"
+++

View File

@@ -1,6 +1,6 @@
+++
title = "Contact"
url = "contact"
path = "contact"
template = "plain.html"
+++