aboutsummaryrefslogtreecommitdiff
path: root/layouts/partials/footer.html
blob: 44bb6785bc30def743c3ba41f4a5ef233e96c8f9 (plain)
1
2
3
4
5
6
{{ with .Site.Params.footer }}
    <hr>
    <div class="container text-center mb-2">
        <a href="{{ .url | relURL }}"><small>{{ .text }}</small></a>
    </div>
{{ end }}