diff --git a/content/en/functions/hugo/IsMultihost.md b/content/en/functions/hugo/IsMultihost.md index cfb8b8e1b..9fc53ab37 100644 --- a/content/en/functions/hugo/IsMultihost.md +++ b/content/en/functions/hugo/IsMultihost.md @@ -13,7 +13,7 @@ action: {{< new-in v0.124.0 >}} -The `hugo.IsMultihost` function reports whether each configured language has a unique `baseURL`. +Site configuration: {{< code-toggle file=hugo >}} [languages] @@ -29,6 +29,8 @@ The `hugo.IsMultihost` function reports whether each configured language has a u weight = 1 {{< /code-toggle >}} +Template: + ```go-html-template {{ hugo.IsMultihost }} → true ```