blob: 7830cfd548e0798e10833345a75d2de2105da3fe (
plain)
1
2
3
4
5
6
7
8
|
{{ with .Site.Params.footer }}
<div id="footer">
<hr>
<div class="container text-center mb-2">
<a href="{{ .url | absURL }}"><small>{{ .text }}</small></a>
</div>
</div>
{{ end }}
|