Add "alert" shortcode (#17)
This commit is contained in:
parent
df67dee343
commit
8f99f05a98
2 changed files with 5 additions and 0 deletions
3
layouts/shortcodes/alert.html
Normal file
3
layouts/shortcodes/alert.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<div class="alert alert-{{ .Get "type"}}">
|
||||
<strong>{{.Inner | markdownify }}</strong>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue