summaryrefslogtreecommitdiff
path: root/exampleSite/config.toml
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-10-08 23:17:30 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-10-08 23:17:30 +0200
commit00988ceee114705f04fadb339b4eed964408064f (patch)
tree13fea866327fff3b4553bb811a5ea326b3247c70 /exampleSite/config.toml
parent394b54f76bbe6ef51b1c0bcce9edb53c220b7b84 (diff)
Remove BookMenuBundleActiveLinkColor parameter
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml3
1 files changed, 0 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 0d0d0b0..da4ac19 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -32,9 +32,6 @@ pygmentsCodeFences = true
# You can also set value to '*' to render all sections to menu
BookSection = 'docs'
- # (Optional) This value is duplicate of $link-color for making active link highlight in menu bundle mode
- # BookMenuBundleActiveLinkColor = '\#05b'
-
# Set source repository location.
# Used for 'Last Modified' and 'Edit this page' links.
BookRepo = 'https://github.com/alex-shpak/hugo-book'