Skip to content

Commit

Permalink
Fix typo in docshelper.go
Browse files Browse the repository at this point in the history
Fixes #8380
  • Loading branch information
jmooring authored and bep committed Apr 1, 2021
1 parent 5656a90 commit 7c7974b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion output/docshelper.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func createLayoutExamples() interface{} {
{"Home page with type set", LayoutDescriptor{Kind: "home", Type: demoType}, HTMLFormat},
{"Base template for home page with type set", LayoutDescriptor{Baseof: true, Kind: "home", Type: demoType}, HTMLFormat},
{"Home page with layout set", LayoutDescriptor{Kind: "home", Type: "page", Layout: demoLayout}, HTMLFormat},
{`AMP home, French language"`, LayoutDescriptor{Kind: "home", Type: "page", Lang: "fr"}, AMPFormat},
{"AMP home, French language", LayoutDescriptor{Kind: "home", Type: "page", Lang: "fr"}, AMPFormat},
{"JSON home", LayoutDescriptor{Kind: "home", Type: "page"}, JSONFormat},
{"RSS home", LayoutDescriptor{Kind: "home", Type: "page"}, RSSFormat},
{"RSS section posts", LayoutDescriptor{Kind: "section", Type: "posts"}, RSSFormat},
Expand Down

0 comments on commit 7c7974b

Please sign in to comment.