Merge pull request #2001 from hayduke-io/zenmode_fix

:bug:Fix zen mode footer line bug
This commit is contained in:
Nuno Coração
2025-03-29 23:30:34 +00:00
committed by GitHub
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -150,7 +150,7 @@
{{ end }}
</section>
<footer class="pt-8 max-w-prose print:hidden">
<footer id="single_footer" class="pt-8 max-w-prose print:hidden">
{{ partial "article-pagination.html" . }}
{{ if .Params.showComments | default (.Site.Params.article.showComments | default false) }}