Wrap footer at 100ch

master
Will Faught 3 years ago
parent 4905af8380
commit 7ceef985bc

@ -57,8 +57,8 @@
</main> </main>
{{ if .Site.Copyright }} {{ if .Site.Copyright }}
<footer> <footer>
<div class="pb-3 row"> <div class="justify-content-center pb-3 row text-center">
<div class="col text-center text-muted">{{ .Site.Copyright | markdownify }}</div> <div class="col text-muted" style="max-width:100ch">{{ .Site.Copyright | markdownify }}</div>
</div> </div>
</footer> </footer>
{{ end }} {{ end }}

Loading…
Cancel
Save