Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/blog.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/layouts/partials/author-info.html')
-rw-r--r--src/layouts/partials/author-info.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/layouts/partials/author-info.html b/src/layouts/partials/author-info.html
index 650c5e4c..2f01ff98 100644
--- a/src/layouts/partials/author-info.html
+++ b/src/layouts/partials/author-info.html
@@ -11,7 +11,7 @@
alt="" width="{{ $avatar_width }}" height="{{ $avatar_width }}"{{ if eq .lazyload true }} loading="lazy"{{ end }}>
<span>@{{ $author }}</span>
</a>
- <span class="d-flex align-items-center ms-3" title="{{ $date | dateFormat "Mon, 02 Jan 2006 15:04:00 -0700" }}">
+ <span class="d-flex align-items-center ms-3" title="{{ $date | dateFormat "02 Jan 06 15:04 MST" }}">
{{ partial "icons/calendar-event.svg" (dict "class" "me-2" "width" "24" "height" "24") }}
{{ $date | dateFormat "January 02, 2006" }}
</span>