We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0724988 commit c7ebe71Copy full SHA for c7ebe71
layouts/shortcodes/alert.html
@@ -1,7 +1,7 @@
1
<div class="alert alert-warning d-flex" role="alert">
2
<div class="flex-shrink-1 alert-icon">{{ with .Get "icon" }}{{.}} {{ end }}</div>
3
{{ with .Get "text"}}
4
- <div class="w-100">{{ . }} </div>
+ <div class="w-100">{{ . | safeHTML }} </div>
5
{{ else }}
6
{{ with .Inner}}
7
<div class="w-100"> {{ . | markdownify}}</div>
0 commit comments