diff --git a/themes/mytheme/assets/css/common/footer.css b/themes/mytheme/assets/css/common/footer.css index 60ba16e..e538191 100644 --- a/themes/mytheme/assets/css/common/footer.css +++ b/themes/mytheme/assets/css/common/footer.css @@ -9,7 +9,7 @@ margin: auto; padding: calc((var(--footer-height) - var(--gap)) / 2) var(--gap); text-align: center; - line-height: 12px; + line-height: 18px; } .footer span { diff --git a/themes/mytheme/layouts/partials/footer.html b/themes/mytheme/layouts/partials/footer.html index 70ffeb4..e3f0dc3 100644 --- a/themes/mytheme/layouts/partials/footer.html +++ b/themes/mytheme/layouts/partials/footer.html @@ -1,4 +1,4 @@ -{{- if not (.IsPage) }} +{{- if not (or .IsPage 1) }}