summaryrefslogtreecommitdiffstats
path: root/testscripts/commands/hugo_printunusedtemplates.txt
blob: 312e4920d66321573346fb4453482afefbe90940 (plain)
1
2
3
4
5
6
7
8
9
10
11
hugo  --printUnusedTemplates

stdout 'Template _default/list.html is unused'

-- hugo.toml --
disableKinds = ["taxonomy", "term", "RSS", "sitemap", "robotsTXT", "404", "section", "page"]
baseURL = "https://example.org/"
-- layouts/index.html --
Home.
-- layouts/_default/list.html --
{{ errorf "unused template: %s" .Kind }}