Show full date on hovering over it in post-meta

This commit is contained in:
Aditya Telange 2021-10-30 20:27:01 +05:30
parent 76ea33c89c
commit 3bcafa0be9
No known key found for this signature in database
GPG Key ID: 82E844EF3DA99E77

View File

@ -1,7 +1,7 @@
{{- $scratch := newScratch }}
{{- if not .Date.IsZero -}}
{{- $scratch.Add "meta" (slice (.Date.Format (default "January 2, 2006" .Site.Params.DateFormat))) }}
{{- $scratch.Add "meta" (slice (printf "<span title='%s'>%s</span>" (.Date) (.Date.Format (default "January 2, 2006" .Site.Params.DateFormat)))) }}
{{- end }}
{{- if (.Param "ShowReadingTime") -}}