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