Support alerts (notes, warnings, rationales)
This commit is contained in:
parent
ab64bda76d
commit
338434bfcd
22 changed files with 194 additions and 138 deletions
1
layouts/shortcodes/boxes/note.html
Normal file
1
layouts/shortcodes/boxes/note.html
Normal file
|
@ -0,0 +1 @@
|
|||
{{ partial "alert" (dict "type" "note" "content" .Inner) }}
|
1
layouts/shortcodes/boxes/rationale.html
Normal file
1
layouts/shortcodes/boxes/rationale.html
Normal file
|
@ -0,0 +1 @@
|
|||
{{ partial "alert" (dict "type" "rationale" "content" .Inner) }}
|
1
layouts/shortcodes/boxes/warning.html
Normal file
1
layouts/shortcodes/boxes/warning.html
Normal file
|
@ -0,0 +1 @@
|
|||
{{ partial "alert" (dict "type" "warning" "content" .Inner) }}
|
Loading…
Add table
Add a link
Reference in a new issue