From 996cc47fdf5a10b41f4ae57790e954dc3abd110d Mon Sep 17 00:00:00 2001 From: tdro Date: Mon, 2 Jan 2023 20:49:04 -0500 Subject: themes/default/layouts/_default/home.history|records: Set UTC hover title Need to see if GroupByDate has local time --- themes/default/layouts/_default/home.history.html | 2 +- themes/default/layouts/_default/home.records.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'themes') 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" . }}" > - {{ .Date.Format "02 Jan" }} + {{ .Date.Format "02 Jan" }} {{ partial "meta-title.html" . }} @{{ partial "author-user.html" . }} 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 }}
  • - {{ .Date.Format "02 Jan" }} + {{ .Date.Format "02 Jan" }} {{ partial "meta-tags.html" . }} — {{ partial "meta-title.html" . }} @{{ partial "author-user.html" . }} -- cgit v1.2.3