From f89ed1d540a8c9c1742b93aab6d568ef70d2f31f Mon Sep 17 00:00:00 2001 From: ryc Date: Thu, 13 Jun 2024 13:33:22 +0300 Subject: [PATCH] update --- themes/simple/layouts/partials/metadata.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/themes/simple/layouts/partials/metadata.html b/themes/simple/layouts/partials/metadata.html index c5d07fa..245b60b 100644 --- a/themes/simple/layouts/partials/metadata.html +++ b/themes/simple/layouts/partials/metadata.html @@ -1,9 +1,9 @@ -{{ $dateTime := .PublishDate.Format "2006-01-02" }} -{{ $dateFormat := .Site.Params.dateFormat | default "Jan 2, 2006" }} +{{ $dateTime := .PublishDate.Format "2006-01-02" }} {{ $dateFormat := +.Site.Params.dateFormat | default "Jan 2, 2006" }} {{ with .Params.tags }} -{{ $href := print (absURL "tags/") (urlize .) }} +{{ $href := print (absURL "tags/") }} {{ . }} {{ end }}