1 2 3 4 5 6 7 8 9 10 11 12 13
# Issue #13074 hugo stderr 'warning' ! stdout 'warning' -- hugo.toml -- baseURL = "http://example.org/" disableKinds = ["RSS", "page", "sitemap", "robotsTXT", "404", "taxonomy", "term"] -- layouts/index.html -- Home {{ warnf "This is a warning" }}