From 045541d9c7b610b56390adb4965c6d172e9cc9c4 Mon Sep 17 00:00:00 2001 From: Darin Dimitroff Date: Tue, 3 Jan 2017 16:58:19 +0200 Subject: Updates page titles --- site/config.toml | 2 +- site/content/contact.md | 2 +- site/content/products.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'site') diff --git a/site/config.toml b/site/config.toml index 149e86a..1662114 100644 --- a/site/config.toml +++ b/site/config.toml @@ -1,3 +1,3 @@ baseurl = "/" languageCode = "en-us" -title = "My New Hugo Site" +title = "Homepage" 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" +++ -- cgit v1.3