When you have multiple _index.md files in various folders, it tries to list them all.
When you just want to display single _index.md on the content/_index.md root, use the following code on layouts/index.html.
{{ range where .Site.Pages "RelPermalink" "/_index/" }} {{.Content}} {{ end }}
No comments:
Post a Comment