about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--layouts/index.html2
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 @@
5 <section class="recent"> 5 <section class="recent">
6 <h2>Recent Posts</h2> 6 <h2>Recent Posts</h2>
7 <ul class="posts"> 7 <ul class="posts">
8 {{- range first 3 .Data.Pages }} 8 {{- range first 3 .Site.RegularPages }}
9 <li> 9 <li>
10 <a class="post-title" href="{{ .RelPermalink | replaceRE "/$" "" }}">{{ .Title }}</a> 10 <a class="post-title" href="{{ .RelPermalink | replaceRE "/$" "" }}">{{ .Title }}</a>
11 <time class="post-date" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "Monday, 2 January 2006" }}</time> 11 <time class="post-date" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "Monday, 2 January 2006" }}</time>