aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/author-card.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-03-17 03:21:58 -0400
committertdro <tdro@noreply.example.com>2023-03-17 03:24:19 -0400
commit3e2f72e296efe7d7268433f3edb6bacab7ad20d8 (patch)
tree42cbd849babcf972ab6acec8843222a6f593d733 /themes/default/layouts/partials/author-card.html
parent06aea1d89d6db9b881a004f897e7f7f42fd9ebb2 (diff)
downloadcanory-3e2f72e296efe7d7268433f3edb6bacab7ad20d8.tar.gz
canory-3e2f72e296efe7d7268433f3edb6bacab7ad20d8.tar.bz2
canory-3e2f72e296efe7d7268433f3edb6bacab7ad20d8.zip
themes/default/layouts: Enforce military time
Diffstat (limited to 'themes/default/layouts/partials/author-card.html')
-rw-r--r--themes/default/layouts/partials/author-card.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/author-card.html b/themes/default/layouts/partials/author-card.html
index 7a8395a..873363a 100644
--- a/themes/default/layouts/partials/author-card.html
+++ b/themes/default/layouts/partials/author-card.html
@@ -1,5 +1,5 @@
{{- $metadata := print "public/" .Data.user "/author.json" -}}
-{{- $date := .Date.Local.Format "3:04 PM Jan 2 2006" -}}
+{{- $date := .Date.Local.Format "15:04 Jan 2 2006" -}}
{{- $host := (urls.Parse ("" | absURL)).Host -}}