From 4f96365f5bab4e60caffd447574687ae187cd0ff Mon Sep 17 00:00:00 2001 From: Sangam Biradar Date: Fri, 22 Jan 2021 00:17:33 +0530 Subject: [PATCH] Create note.html --- layouts/shortcodes/note.html | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 layouts/shortcodes/note.html diff --git a/layouts/shortcodes/note.html b/layouts/shortcodes/note.html new file mode 100644 index 00000000..bade664d --- /dev/null +++ b/layouts/shortcodes/note.html @@ -0,0 +1,3 @@ +
+
{{ T "note" }} {{ trim .Inner " \n" | markdownify }}
+