aboutsummaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-05-06 11:56:42 -0400
committertdro <tdro@noreply.example.com>2022-05-06 11:56:42 -0400
commit80e27ae172e01feea1b01476e7cd9354736c8f8b (patch)
tree62b06305645208ca7b4ea674253b5b6e868e8b2c /themes
parentb6fe81acbf8ba0032ece1a98f0b34f02a198cfbf (diff)
downloadcanory-80e27ae172e01feea1b01476e7cd9354736c8f8b.tar.gz
canory-80e27ae172e01feea1b01476e7cd9354736c8f8b.tar.bz2
canory-80e27ae172e01feea1b01476e7cd9354736c8f8b.zip
themes/default/layouts/partials/meta: Show local full time stamp
Diffstat (limited to 'themes')
-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>