fix footer

This commit is contained in:
2023-01-28 19:06:47 +01:00
parent e06daf032f
commit 70aaff09a8
4 changed files with 136 additions and 50 deletions

View File

@ -40,7 +40,12 @@ weight = 30
# The footer menu is displayed at the bottom of the page, just before
# the copyright notice. Configure as per the main menu above.
# [[footer]]
# name = "Tags"
# pageRef = "tags"
# weight = 10
[[footer]]
name = "Tags"
pageRef = "tags"
weight = 10
[[footer]]
name = "Privacy Policy"
pageRef = "privacy-policy"
weight = 20

View File

@ -9,6 +9,7 @@ colorScheme = "okami"
defaultAppearance = "light" # valid options: light or dark
autoSwitchAppearance = true
footer.showAppearanceSwitcher = true
footer.showThemeAttribution = false
enableSearch = true
enableCodeCopy = true