diff options
| -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" +++ |
