fix(footer): line break
make the site copyright block slightly more visually consistent across viewspull/4/head
parent
d6e950e446
commit
d11ab2b954
|
|
@ -7,6 +7,9 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</ul>
|
</ul>
|
||||||
<div class="one-half column">
|
<div class="one-half column">
|
||||||
<p>{{ .Site.Title }} copyright 2021 {{ .Site.Copyright }}</p>
|
<p>
|
||||||
|
{{ .Site.Title }} <br />
|
||||||
|
copyright 2021 {{ .Site.Copyright }}
|
||||||
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
Loading…
Reference in New Issue