Add "alert" shortcode

This commit is contained in:
hossainemruz 2020-06-29 23:34:50 +06:00
parent df67dee343
commit 9b8a55a27a
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,3 @@
<div class="alert alert-{{ .Get "type"}}">
<strong>{{.Inner | markdownify }}</strong>
</div>