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