website/layouts/partials/footer/alert.html
2021-03-09 18:56:02 +05:30

3 lines
120 B
HTML

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