diff options
-rw-r--r-- | README.md | 1 | ||||
-rw-r--r-- | layouts/issues/small.html | 2 |
2 files changed, 1 insertions, 2 deletions
@@ -23,7 +23,6 @@ You can also support the creator of this project by **starring, sharing, using c * [sr.ht](https://status.sr.ht/) * [Content Ignite](https://status.contentignite.com/) * [FSCI](https://status.fsci.in/) -* [Storehouse](https://status.sthse.co) * [Hyrousek](https://status.hyrousek.tk) * [josh.win](https://status.josh.win) diff --git a/layouts/issues/small.html b/layouts/issues/small.html index 531b47b..115d5d0 100644 --- a/layouts/issues/small.html +++ b/layouts/issues/small.html @@ -23,7 +23,7 @@ </span> {{ else if .Params.Resolved }} - <small class="date float-right {{ cond .Site.Params.useRelativeTime "relative-time" "" }}" title="{{ .Date.Format "Jan 2 15:04:05 2006" }}"> + <small class="date float-right {{ cond .Site.Params.useRelativeTime "relative-time" "" }}" title="{{ .Date.Format "Jan 2 15:04:05 2006 UTC" }}"> {{ if .Site.Params.dateFormat }} {{ .Date.Format .Site.Params.dateFormat }} {{ else }} |