website/layouts/partials/footer/alert.html

3 lines
120 B
HTML

<div class="alert alert-primary fixed-bottom text-center" role="alert">
{{ .Site.Params.alertText | safeHTML }}
</div>