diff options
| author | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 16:58:19 +0200 |
|---|---|---|
| committer | Darin Dimitroff <d@thecrazyones.agency> | 2017-01-03 16:58:19 +0200 |
| commit | 045541d9c7b610b56390adb4965c6d172e9cc9c4 (patch) | |
| tree | 1e20160e0b298798c7fdf2565bacc1da562b88d4 /site/content | |
| parent | f86d8d2847c493428daac2bde3fd3006c89e529b (diff) | |
Updates page titles
Diffstat (limited to 'site/content')
| -rw-r--r-- | site/content/contact.md | 2 | ||||
| -rw-r--r-- | site/content/products.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/content/contact.md b/site/content/contact.md index d0e0e10..fd0b607 100644 --- a/site/content/contact.md +++ b/site/content/contact.md @@ -1,5 +1,5 @@ +++ -title = "Another Hugo Post" +title = "Contact" type = "contact" page="/contact.html" +++ diff --git a/site/content/products.md b/site/content/products.md index 1f41f10..4641457 100644 --- a/site/content/products.md +++ b/site/content/products.md @@ -1,5 +1,5 @@ +++ -title = "Another Hugo Post" +title = "Products" type = "products" page="/products.html" +++ |
