summaryrefslogtreecommitdiffstats
path: root/output/docshelper.go
diff options
context:
space:
mode:
Diffstat (limited to 'output/docshelper.go')
-rw-r--r--output/docshelper.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/output/docshelper.go b/output/docshelper.go
index 6b7826002..fcf9ae61c 100644
--- a/output/docshelper.go
+++ b/output/docshelper.go
@@ -68,7 +68,7 @@ func createLayoutExamples() interface{} {
{"Taxonomy term in categories", LayoutDescriptor{Kind: "taxonomyTerm", Type: "categories", Section: "category"}, false, HTMLFormat},
} {
- l := NewLayoutHandler(example.hasTheme)
+ l := NewLayoutHandler()
layouts, _ := l.For(example.d, example.f)
basicExamples = append(basicExamples, Example{