aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortdro <tdro@noreply.example.com>2023-01-02 20:49:04 -0500
committertdro <tdro@noreply.example.com>2023-01-02 21:04:19 -0500
commit996cc47fdf5a10b41f4ae57790e954dc3abd110d (patch)
tree140f2c23bac0806e5c29ff2bd6912b8efff7a6b8
parentc1a365ec93422bf34896caa18755fd6b1bf060ee (diff)
downloadcanory-996cc47fdf5a10b41f4ae57790e954dc3abd110d.tar.gz
canory-996cc47fdf5a10b41f4ae57790e954dc3abd110d.tar.bz2
canory-996cc47fdf5a10b41f4ae57790e954dc3abd110d.zip
themes/default/layouts/_default/home.history|records: Set UTC hover title
Need to see if GroupByDate has local time
-rw-r--r--themes/default/layouts/_default/home.history.html2
-rw-r--r--themes/default/layouts/_default/home.records.html2
2 files changed, 2 insertions, 2 deletions
diff --git a/themes/default/layouts/_default/home.history.html b/themes/default/layouts/_default/home.history.html
index 8986608..c901d33 100644
--- a/themes/default/layouts/_default/home.history.html
+++ b/themes/default/layouts/_default/home.history.html
@@ -34,7 +34,7 @@
href="{{ .RelPermalink }}#{{ partial "card-id.html" . }}"
>
<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-title.html" . }}</span>
<span>@{{ partial "author-user.html" . }}</span>
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>