From 33c8ff11205206e4eed305adb019dc9344032b4d Mon Sep 17 00:00:00 2001 From: Vezpi Date: Thu, 2 Apr 2026 19:04:05 +0000 Subject: [PATCH] fix: showTime --- layouts/partials/article/components/details.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/article/components/details.html b/layouts/partials/article/components/details.html index b4f6e2a..9b3b901 100644 --- a/layouts/partials/article/components/details.html +++ b/layouts/partials/article/components/details.html @@ -27,7 +27,7 @@ {{ $showReadingTime := $Page.Params.readingTime | default ($Page.Site.Params.article.readingTime) }} {{ $showDate := not $Page.Date.IsZero }} - {{ $showFooter := or $showDate $showReadingTime }} + {{ $showTime := or $showDate $showReadingTime }} {{ if $showTime }}