diff options
-rw-r--r-- | layouts/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/index.html b/layouts/index.html index 870efea..46493e8 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@ <section class="recent"> <h2>Recent Posts</h2> <ul class="posts"> - {{- range first 3 .Data.Pages }} + {{- range first 3 .Site.RegularPages }} <li> <a class="post-title" href="{{ .RelPermalink | replaceRE "/$" "" }}">{{ .Title }}</a> <time class="post-date" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "Monday, 2 January 2006" }}</time> |