From 8f99f05a984f94b5ab8aa6af85f4e93d37464c6c Mon Sep 17 00:00:00 2001 From: "Md. Emruz Hossain" Date: Mon, 29 Jun 2020 23:36:01 +0600 Subject: Add "alert" shortcode (#17) --- layouts/shortcodes/alert.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/shortcodes/alert.html (limited to 'layouts/shortcodes') diff --git a/layouts/shortcodes/alert.html b/layouts/shortcodes/alert.html new file mode 100644 index 0000000..ee1eb02 --- /dev/null +++ b/layouts/shortcodes/alert.html @@ -0,0 +1,3 @@ +
+ {{.Inner | markdownify }} +
-- cgit v1.2.3