:bug:Fix zen mode footer line bug

This commit is contained in:
Corey Todaro
2025-02-25 10:27:12 -06:00
parent 96a116a8b0
commit 4c44b67fe6
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -141,7 +141,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) }}