Add "alert" shortcode (#17)

This commit is contained in:
Md. Emruz Hossain 2020-06-29 23:36:01 +06:00 committed by GitHub
parent df67dee343
commit 8f99f05a98
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>