portails/layouts/partials/footer/alert.html

3 lines
120 B
HTML
Raw Normal View History

2020-11-04 08:26:58 +01:00
<div class="alert alert-primary fixed-bottom text-center" role="alert">
{{ .Site.Params.alertText | safeHTML }}
</div>