aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--themes/default/layouts/partials/meta.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/partials/meta.html b/themes/default/layouts/partials/meta.html
index 5509689..8173f1f 100644
--- a/themes/default/layouts/partials/meta.html
+++ b/themes/default/layouts/partials/meta.html
@@ -47,8 +47,8 @@
&middot; <a href="{{ .Site.BaseURL }}/{{ $author.user }}/messages/{{ path.Base .Permalink }}#{{ partial "card-id.html" . }}">
<time
datetime="{{ .Date | time.Format "2006-01-02T15:04:05Z" }}"
- title="{{ .Date | time.Format "Monday, January 2 2006 at 15:04:05 MST" }}">
- {{ .Date | time.Format "Jan 2 2006" }}
+ title="{{ .Date | time.Format "Monday, January 2, 2006 at 15:04:05 MST" }}">
+ {{ (.Date.Local | time.Format "3:04 PM Jan 2 2006") }}
</time>
</a>