This commit is contained in:
Morgan 2023-11-08 16:49:19 +09:00
parent 668b1c2ce3
commit 2fb1c503c9
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -1,4 +1,4 @@
{{- if not (.IsPage) }}
{{- if not (or .IsPage 1) }}
<footer class="footer">
{{- if site.Copyright }}
<span>{{ site.Copyright | markdownify }}</span>