aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/_default/home.records.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/default/layouts/_default/home.records.html')
-rw-r--r--themes/default/layouts/_default/home.records.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/_default/home.records.html b/themes/default/layouts/_default/home.records.html
index 2c7eea9..1fe7425 100644
--- a/themes/default/layouts/_default/home.records.html
+++ b/themes/default/layouts/_default/home.records.html
@@ -30,7 +30,7 @@
{{ range .Pages }}
<li>
<span>
- <code>{{ .Date.Format "02 Jan" }}</code>
+ <code title="{{ .Date | time.Format "Posted: Monday, January 2, 2006 at 15:04:05 MST" }}">{{ .Date.Format "02 Jan" }}</code>
</span>
<span>{{ partial "meta-tags.html" . }} &mdash; {{ partial "meta-title.html" . }}</span>
<span>@{{ partial "author-user.html" . }}</span>