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 }} +