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-08 10:12:04 +0300
committerthingsym <thingsym@gmail.com>2022-07-08 10:12:04 +0300
commitb077166f9cca60e7bb3bae4ef94cc3a690d139b1 (patch)
tree51b4890d6ef32114ba8ae96040c9e2c923ac64c6
parentc3306373fbedd49894ee30d58084280a3e4cd243 (diff)
fix: fix config.toml
-rwxr-xr-xexampleSite/config.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index c0efba9..0555bed 100755
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -75,14 +75,15 @@ enableMissingTranslationPlaceholders = false
url = "/"
weight = 1
identifier = 'home'
+ pre = "<i class='fa fa-heart'></i>&nbsp;"
[[menu.main]]
name = "Twitter"
url = "https://twitter.com/thingsym"
weight = 2
identifier = 'twitter'
- pre = "<b>pre!</b>"
- post = "<b>post!</b>"
+ pre = "<b>pre!</b> "
+ post = " <b>post!</b>"
[menu.main.params]
class = 'twitter-menu-item'