summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/hugo_is_multihost.txt
blob: a1147cd738cd107a73af089426be3557335cb9bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
hugo

stdout 'IsMultiHost: true'

-- hugo.toml --
title = "Hugo IsMultiHost Test"
[languages.en]
baseURL = "https://example.org"
[languages.zh]
baseURL = "https://zh.example.org"

-- layouts/index.html --
{{ warnf "IsMultiHost: %v" hugo.IsMultiHost }}