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 | |
| parent | f86d8d2847c493428daac2bde3fd3006c89e529b (diff) | |
Updates page titles
Diffstat (limited to 'site')
| -rw-r--r-- | site/config.toml | 2 | ||||
| -rw-r--r-- | site/content/contact.md | 2 | ||||
| -rw-r--r-- | site/content/products.md | 2 |
3 files changed, 3 insertions, 3 deletions
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" +++ |
