Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jeremybise/twentynineteen-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--exampleSite/config.toml2
-rwxr-xr-xexampleSite/content/about.md2
2 files changed, 2 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 55d1984..34ebfa9 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -26,7 +26,7 @@ description = "TwentyNineteen ported from WordPress"
url = "/tags/"
weight = 2
[[menu.main]]
- name = "About"
+ name = "About Hugo"
url = "/about/"
weight = 3
[[menu.social]]
diff --git a/exampleSite/content/about.md b/exampleSite/content/about.md
index 5d9045a..63bd6c5 100755
--- a/exampleSite/content/about.md
+++ b/exampleSite/content/about.md
@@ -1,7 +1,7 @@
---
title: "About Hugo"
date: "2014-04-09"
-menu: ["main", "footer"]
+menu: ["footer"]
---
Hugo is the **world’s fastest framework for building websites**. It is written in Go.