Skip to content
Discussion options

You must be logged in to vote

You need to redefine your sidebar menus. See https://mcshelby.github.io/hugo-theme-relearn/configuration/sidebar/menus/index.html#defining-sidebar-menus

Something like this:

[params]
  [[params.sidebarfootermenus]]
    type = 'divider'

  [[params.sidebarfootermenus]]
    identifier = 'footercontrols'
    type = 'custom'

    [[params.sidebarfootermenus.elements]]
      type = 'historyclearer'

    [[params.sidebarfootermenus.elements]]
      type = 'variantswitcher'

    [[params.sidebarfootermenus.elements]]
      type = 'languageswitcher'

  [[params.sidebarheadermenus]]
    type = 'divider'

  [[params.sidebarheadermenus]]
    disableTitle = true
    identifier = 'homelinks'
    type = '

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by aiBR3
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants