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