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

github.com/thingsym/hugo-theme-techdoc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthingsym <thingsym@gmail.com>2022-07-07 10:58:23 +0300
committerthingsym <thingsym@gmail.com>2022-07-07 10:58:23 +0300
commit7dd4806e3e14fc667c52fa1f6e8e1adbca05a271 (patch)
treeb080bc29e0359a6e90addc7f4be141d79987de71
parentd34c211c961f394d3e36071b60631d7794216b68 (diff)
fix: fix config.toml
-rwxr-xr-xexampleSite/config.toml6
1 files changed, 6 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 6d3e348..c0efba9 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -74,11 +74,17 @@ enableMissingTranslationPlaceholders = false
name = "Home"
url = "/"
weight = 1
+ identifier = 'home'
[[menu.main]]
name = "Twitter"
url = "https://twitter.com/thingsym"
weight = 2
+ identifier = 'twitter'
+ pre = "<b>pre!</b>"
+ post = "<b>post!</b>"
+ [menu.main.params]
+ class = 'twitter-menu-item'
# Markup configure section
# See https://gohugo.io/getting-started/configuration-markup/