{{ with .Site.Params.footer }}
    <hr>
    <div class="container text-center mb-2">
        <a href="{{ .url | relURL }}"><small>{{ .text }}</small></a>
    </div>
{{ end }}