aboutsummaryrefslogtreecommitdiff
path: root/themes/default/layouts/partials/meta-date-time.html
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2022-07-23 15:25:47 -0400
committertdro <tdro@noreply.example.com>2022-07-23 15:25:47 -0400
commitfcf7037224c6cf512630d5dacb1163061e47d4eb (patch)
treee13f6de5451062904526df858b2bc9dce8fc4e40 /themes/default/layouts/partials/meta-date-time.html
parentfb75c5320f46d648a5ac95d429b19c6eaead4e5f (diff)
downloadcanory-fcf7037224c6cf512630d5dacb1163061e47d4eb.tar.gz
canory-fcf7037224c6cf512630d5dacb1163061e47d4eb.tar.bz2
canory-fcf7037224c6cf512630d5dacb1163061e47d4eb.zip
themes/default/layouts/partials/meta-date-time: Remove extra tooltip spacing
Diffstat (limited to 'themes/default/layouts/partials/meta-date-time.html')
-rw-r--r--themes/default/layouts/partials/meta-date-time.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/themes/default/layouts/partials/meta-date-time.html b/themes/default/layouts/partials/meta-date-time.html
index 290ed2f..60e6d1c 100644
--- a/themes/default/layouts/partials/meta-date-time.html
+++ b/themes/default/layouts/partials/meta-date-time.html
@@ -10,7 +10,7 @@
<time
datetime="{{ .Date | time.Format "2006-01-02T15:04:05Z" }}"
title="{{ .Date | time.Format "Posted: Monday, January 2, 2006 at 15:04:05 MST" }}
- {{ if .Lastmod.After .Date }}{{ .Lastmod | time.Format "Edited: Monday, January 2, 2006 at 15:04:05 MST" }}{{ end }}">
+{{ if .Lastmod.After .Date }}{{ .Lastmod | time.Format "Edited: Monday, January 2, 2006 at 15:04:05 MST" }}{{ end }}">
{{ (.Date.Local | time.Format "3:04 PM Jan 2 2006") -}}
{{ if .Lastmod.After .Date }}
(edited)