From 8f3d03b1888fed23e6aa07d6077045e673357481 Mon Sep 17 00:00:00 2001 From: Christoph Cullmann Date: Wed, 28 Aug 2024 22:54:34 +0200 Subject: sync theme --- themes/blowfish/layouts/partials/article-meta/basic.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'themes/blowfish/layouts/partials/article-meta') diff --git a/themes/blowfish/layouts/partials/article-meta/basic.html b/themes/blowfish/layouts/partials/article-meta/basic.html index 40d12d5..2bfcd25 100644 --- a/themes/blowfish/layouts/partials/article-meta/basic.html +++ b/themes/blowfish/layouts/partials/article-meta/basic.html @@ -19,7 +19,7 @@ {{ end }} {{ if and (.Params.showDateUpdated | default (.Site.Params.article.showDateUpdated | default false)) (ne (partial -"functions/date.html" .Date) (partial "functions/date.html" .Lastmod)) }} +"functions/date.html" .Date) (partial "functions/date.html" .Lastmod)) (gt (.Lastmod | time.Format "2006") 1) }} {{ $meta.Add "partials" (slice (partial "meta/date-updated.html" .Lastmod)) }} {{ end }} @@ -96,4 +96,4 @@ {{ end }} -{{ end }} \ No newline at end of file +{{ end }} -- cgit v1.2.3