Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to hide 'Home' from Sidebar? #question #44

Open
alphiephalphie opened this issue Dec 15, 2021 · 1 comment
Open

Ability to hide 'Home' from Sidebar? #question #44

alphiephalphie opened this issue Dec 15, 2021 · 1 comment

Comments

@alphiephalphie
Copy link

I'd like to have my sidebar display without 'Home', as the menu bar includes this persistent link already. Is it possible to exclude 'Home' from the sidebar?

@iparkirk
Copy link

  1. copy from
    your_site/themes/hugo-theme-techdoc/layouts/partials/menu/slide-menu.html
    to
    your_site/layouts/partials/menu/slide-menu.html

  2. and remove the following line
    <li class="{{ if .IsHome }}active{{ end }}"><a href="{{ .Site.BaseURL }}">Home</a></li>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants