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

Add multilingual check to optionally display language selection. Fixe… #82

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 12, 2024

  1. Add multilingual check to optionally display language selection. Fixes

    …joeroe#71
    
    The `hugo.IsMultilingual` function
    (https://gohugo.io/functions/hugo/ismultilingual/) can be used to test if there
    is more than one configured language. If not, we just skip including the
    language selection partial layout. It can mistakenly appear for mono-lingual
    sites/content because it is always included, and the `lang.html` partial layout
    seems to iterate through the entire range of configured languages, even when
    it's only one language.
    
    Requires Hugo v0.124.0 or newer.
    zandi committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    cea7d55 View commit details
    Browse the repository at this point in the history