Improved the footer layout

This commit is contained in:
Steven Engler
2019-07-06 11:55:04 -04:00
parent 268893afa8
commit 1acbc897b2
2 changed files with 8 additions and 7 deletions

View File

@ -53,10 +53,11 @@
</div>
</div>
</div>
<div class="footer">
{{ if .Site.Params.FooterText }}
{{ .Site.Params.FooterText }}
{{ end }}
<hr class="dont-show">
<div class="footer">
<p>{{ .Site.Params.FooterText }}</p>
</div>
{{ end }}
</body>
</html>