diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/layouts/index.html b/layouts/index.html index 209009e..04d3175 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -5,7 +5,7 @@ <h1 class="post-title"> <a href="{{ .Permalink }}">{{ .Title }}</a> </h1> - <span class="post-date">{{ .Date.Format "Mon, Jan 2, 2006" }}</span> + <time class="post-date" datetime="{{ .Date.Format "2006-01-02T15:04:05Z" }}">{{ .Date.Format "Monday, 2 January 2006" }}</time> {{ .Summary }} {{ if .Truncated }} <div class="read-more-link"> @@ -15,4 +15,4 @@ </div> {{- end }} </div> -{{- end }} \ No newline at end of file +{{- end }} |