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

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurali Mohan Rath <murali@mmrath.com>2019-06-15 07:57:21 +0300
committerMurali Mohan Rath <murali@mmrath.com>2019-06-15 07:57:21 +0300
commit5e7bfb2518b7fc6f6f7a240a78dbb9d66350bed3 (patch)
tree722237b3fc33365d0ce03391a4cbf484ea3b7be8
parent5b1798deed4c3fe4d5f56451286199d2cad491db (diff)
remove footer links from demoHEADmaster
-rw-r--r--exampleSite/config.toml29
1 files changed, 13 insertions, 16 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 07bfbf6..87f5387 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -31,20 +31,17 @@ googleAnalytics = "UA-XXXXXXX-1"
identifier = "about-me"
url = "/about"
-[[menu.footer]]
- name = "DISCLAIMER"
- weight = -110
- identifier = "disclaimer"
- url = "/page/disclaimer/"
-
-[[menu.footer]]
- name = "LICENSE"
- weight = -120
- identifier = "license"
- url = "/page/license/"
-[params.widgets]
- recent_articles = true
- categories = true
- tags = true
- tag_cloud = true
+# You can have link at the footer as below
+# [[menu.footer]]
+# name = "DISCLAIMER"
+# weight = -110
+# identifier = "disclaimer"
+# url = "/page/disclaimer/"
+#
+# [[menu.footer]]
+# name = "LICENSE"
+# weight = -120
+# identifier = "license"
+# url = "/page/license/"
+# \ No newline at end of file