mirror of
https://github.com/gohugoio/hugo.git
synced 2025-05-05 01:50:09 +03:00
833 B
833 B
title | description | categories | keywords | action | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hugo.IsMultihost | Reports whether each configured language has a unique base URL. |
|
{{< new-in v0.124.0 >}}
Site configuration:
{{< code-toggle file=hugo >}} defaultContentLanguage = 'de' defaultContentLanguageInSubdir = true [languages] [languages.de] baseURL = 'https://de.example.org/' languageCode = 'de-DE' languageName = 'Deutsch' title = 'Projekt Dokumentation' weight = 1 [languages.en] baseURL = 'https://en.example.org/' languageCode = 'en-US' languageName = 'English' title = 'Project Documentation' weight = 2 {{< /code-toggle >}}
Template:
{{ hugo.IsMultihost }} → true