From 7dd4806e3e14fc667c52fa1f6e8e1adbca05a271 Mon Sep 17 00:00:00 2001 From: thingsym Date: Thu, 7 Jul 2022 16:58:23 +0900 Subject: fix: fix config.toml --- exampleSite/config.toml | 6 ++++++ 1 file changed, 6 insertions(+) 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 = "pre!" + post = "post!" + [menu.main.params] + class = 'twitter-menu-item' # Markup configure section # See https://gohugo.io/getting-started/configuration-markup/ -- cgit v1.2.3