about summary refs log tree commit diff stats
path: root/layouts/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/index.html')
-rw-r--r--layouts/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html index 25eaf74..c555aa9 100644 --- a/layouts/index.html +++ b/layouts/index.html
@@ -9,9 +9,9 @@
9 <h2>Latest Posts</h2> 9 <h2>Latest Posts</h2>
10 <ul> 10 <ul>
11 {{- range first 3 .Site.RegularPages }} 11 {{- range first 3 .Site.RegularPages }}
12 <li> 12 <li class="h-entry">
13 <a href="{{ .RelPermalink | strings.TrimRight "/" }}">{{ .Title }}</a> 13 <a class="u-url p-name" href="{{ .RelPermalink | strings.TrimRight "/" }}">{{ .Title }}</a>
14 <time datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "Monday, 2 January 2006" }}</time> 14 <time class="dt-published" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "Monday, 2 January 2006" }}</time>
15 </li> 15 </li>
16 {{- end }} 16 {{- end }}
17 </ul> 17 </ul>