From 2fb1c503c929a90b7f2da1f92837b8872edc5746 Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 8 Nov 2023 16:49:19 +0900 Subject: [PATCH] Fix --- themes/mytheme/assets/css/common/footer.css | 2 +- themes/mytheme/layouts/partials/footer.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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) }}