Fix
This commit is contained in:
parent
668b1c2ce3
commit
2fb1c503c9
|
@ -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 {
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{{- if not (.IsPage) }}
|
||||
{{- if not (or .IsPage 1) }}
|
||||
<footer class="footer">
|
||||
{{- if site.Copyright }}
|
||||
<span>{{ site.Copyright | markdownify }}</span>
|
||||
|
|
Loading…
Reference in New Issue