fix: showTime
Some checks failed
Blog Test / Check-Rebuild (push) Successful in 8s
Blog Test / Build (push) Successful in 12s
Blog Test / Deploy-Test (push) Successful in 11s
Blog Test / Test (push) Failing after 4s

This commit is contained in:
2026-04-02 19:04:05 +00:00
parent a2cb29f2f3
commit 33c8ff1120

View File

@@ -27,7 +27,7 @@
{{ $showReadingTime := $Page.Params.readingTime | default ($Page.Site.Params.article.readingTime) }} {{ $showReadingTime := $Page.Params.readingTime | default ($Page.Site.Params.article.readingTime) }}
{{ $showDate := not $Page.Date.IsZero }} {{ $showDate := not $Page.Date.IsZero }}
{{ $showFooter := or $showDate $showReadingTime }} {{ $showTime := or $showDate $showReadingTime }}
{{ if $showTime }} {{ if $showTime }}
<footer class="article-meta"> <footer class="article-meta">