From 03b7a57f0bb860f44a869f193955912c7a6155a5 Mon Sep 17 00:00:00 2001 From: Jan-Lukas Else Date: Thu, 21 May 2020 09:45:41 +0200 Subject: [PATCH] Add tooltips for dates to show full time string --- layouts/partials/post_meta.html | 4 ++-- layouts/partials/summary_meta.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/layouts/partials/post_meta.html b/layouts/partials/post_meta.html index 8529448..a1f5e55 100644 --- a/layouts/partials/post_meta.html +++ b/layouts/partials/post_meta.html @@ -1,7 +1,7 @@
{{ if not .Date.IsZero }}
- {{ if not (eq .FirstSection.RelPermalink .RelPermalink) }} in {{ .FirstSection.Title }}{{ end }} + {{ if not (eq .FirstSection.RelPermalink .RelPermalink) }} in {{ .FirstSection.Title }}{{ end }}
{{ else }} {{ if not (eq .FirstSection.RelPermalink .RelPermalink) }} @@ -12,7 +12,7 @@ {{ end }} {{ if ne .Date .Lastmod }}
- +
{{ end }} {{ with .Param "indieweb.reply" }} diff --git a/layouts/partials/summary_meta.html b/layouts/partials/summary_meta.html index dc34cbb..744635e 100644 --- a/layouts/partials/summary_meta.html +++ b/layouts/partials/summary_meta.html @@ -1,6 +1,6 @@ {{ if not .Date.IsZero }}
- {{ if not (eq .FirstSection.RelPermalink .RelPermalink) }} in {{ .FirstSection.Title }}{{ end }} + {{ if not (eq .FirstSection.RelPermalink .RelPermalink) }} in {{ .FirstSection.Title }}{{ end }}
{{ else }} {{ if not (eq .FirstSection.RelPermalink .RelPermalink) }} @@ -11,7 +11,7 @@ {{ end }} {{ if ne .Date .Lastmod }}
- +
{{ end }} {{ with .Param "indieweb.reply" }}