fix(footer): line break

make the site copyright block slightly more visually consistent across views
pull/4/head
steven 2021-09-21 15:42:25 -04:00
parent d6e950e446
commit d11ab2b954
1 changed files with 4 additions and 1 deletions

View File

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