diff options
Diffstat (limited to 'src/themes/serene/templates/shortcodes/warning.html')
-rw-r--r-- | src/themes/serene/templates/shortcodes/warning.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/themes/serene/templates/shortcodes/warning.html b/src/themes/serene/templates/shortcodes/warning.html new file mode 100644 index 0000000..0964b15 --- /dev/null +++ b/src/themes/serene/templates/shortcodes/warning.html @@ -0,0 +1,2 @@ +{% import "macros/prose.html" as macros %} +{{ macros::callout(name="warning") }} |