Added alert shortcode

This commit is contained in:
Aroy-Art 2021-10-04 08:48:47 +02:00
parent 0e589f1eaf
commit b346711371

View file

@ -0,0 +1 @@
<div class="alert {{ with .Get "theme" }}alert-{{.}}{{ end }}" role="alert" data-dir="{{ with .Get "dir" }}{{.}}{{ else }}ltr{{ end }}">{{ .Inner | markdownify }}</div>