We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e36f579 commit 3080504Copy full SHA for 3080504
layouts/index.html
@@ -1,6 +1,6 @@
1
{{ define "main" -}}
2
<div class="posts">
3
-{{ range .Data.Pages -}}
+{{ range .Site.RegularPages -}}
4
<article class="post">
5
<h1 class="post-title">
6
<a href="{{ .Permalink }}">{{ .Title }}</a>
0 commit comments