This commit is contained in:
parent
35b451724c
commit
162a36b0b1
3 changed files with 98 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 "variant" | default "secondary" }} pb-0">
|
||||
{{ .Inner }}
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue