1
0
Fork 0
hugo/testscripts/commands/warnf_stderr.txt

14 lines
251 B
Plaintext

# 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" }}