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:
authorJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-26 20:28:28 +0300
committerJeremy Bise <jeremy.bise@thosegeeks.com>2019-04-26 20:28:28 +0300
commit56a96710b9adf2f21a31e8eb925ba91e75c3ee94 (patch)
tree81012d8161404f54c01d054da155586888a3a084
parent6d5f86255b13b1394c8940bdd5c854076e9dd3a0 (diff)
remove duplicate page in exampleSite menu
-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.