Skip to content

Commit

Permalink
Use .Site.RegularPages on home page
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Aug 14, 2019
1 parent e36f579 commit 3080504
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{{ define "main" -}}
<div class="posts">
{{ range .Data.Pages -}}
{{ range .Site.RegularPages -}}
<article class="post">
<h1 class="post-title">
<a href="{{ .Permalink }}">{{ .Title }}</a>
Expand Down

0 comments on commit 3080504

Please sign in to comment.