docs: Add RSS template lookup example
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 22 Jul 2017 13:05:43 +0000 (15:05 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 22 Jul 2017 13:05:43 +0000 (15:05 +0200)
output/docshelper.go

index c45e956e6458c3bc3edee46f66464b30633a49f0..9ed94b09b319afcbd4fef09638a4166d783017cc 100644 (file)
@@ -45,6 +45,7 @@ func createLayoutExamples() interface{} {
        }{
                {`AMP home, with theme "demoTheme".`, LayoutDescriptor{Kind: "home"}, true, "", AMPFormat},
                {`AMP home, French language".`, LayoutDescriptor{Kind: "home", Lang: "fr"}, false, "", AMPFormat},
+               {"RSS home, no theme.", LayoutDescriptor{Kind: "home"}, false, "", RSSFormat},
                {"JSON home, no theme.", LayoutDescriptor{Kind: "home"}, false, "", JSONFormat},
                {fmt.Sprintf(`CSV regular, "layout: %s" in front matter.`, demoLayout), LayoutDescriptor{Kind: "page", Layout: demoLayout}, false, "", CSVFormat},
                {fmt.Sprintf(`JSON regular, "type: %s" in front matter.`, demoType), LayoutDescriptor{Kind: "page", Type: demoType}, false, "", JSONFormat},