website/layouts/partials/footer/alert.html

3 lines
120 B
HTML
Raw Normal View History

2021-03-09 18:56:02 +05:30
<div class="alert alert-primary fixed-bottom text-center" role="alert">
{{ .Site.Params.alertText | safeHTML }}
</div>