From: Bjørn Erik Pedersen Date: Fri, 19 Jan 2018 10:39:34 +0000 (+0100) Subject: output: Add some more layout docshelper variants X-Git-Tag: v0.34~8 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=07700aab0d816b8af1d49465fe3a76331ccb6b77;p=brevno-suite%2Fhugo output: Add some more layout docshelper variants --- diff --git a/output/docshelper.go b/output/docshelper.go index cb326f35..17ce4fb4 100644 --- a/output/docshelper.go +++ b/output/docshelper.go @@ -46,7 +46,9 @@ func createLayoutExamples() interface{} { // Taxonomy output.LayoutDescriptor={categories category taxonomy en false Type Section {"Single page in \"posts\" section", LayoutDescriptor{Kind: "page", Type: "posts"}, false, HTMLFormat}, {"Single page in \"posts\" section with layout set", LayoutDescriptor{Kind: "page", Type: "posts", Layout: demoLayout}, false, HTMLFormat}, + {"Single page in \"posts\" section with theme", LayoutDescriptor{Kind: "page", Type: "posts"}, true, HTMLFormat}, {"AMP single page", LayoutDescriptor{Kind: "page", Type: "posts"}, false, AMPFormat}, + {"AMP single page, French language", LayoutDescriptor{Kind: "page", Type: "posts", Lang: "fr"}, false, AMPFormat}, // All section or typeless pages gets "page" as type {"Home page", LayoutDescriptor{Kind: "home", Type: "page"}, false, HTMLFormat}, {"Home page with type set", LayoutDescriptor{Kind: "home", Type: demoType}, false, HTMLFormat},