diff --git a/assets/icons/comment.svg b/assets/icons/comment.svg new file mode 100644 index 0000000..789c740 --- /dev/null +++ b/assets/icons/comment.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/layouts/shortcodes/note.html b/layouts/shortcodes/note.html new file mode 100644 index 0000000..98b261a --- /dev/null +++ b/layouts/shortcodes/note.html @@ -0,0 +1,8 @@ +
+ + {{ partial "icon.html" "comment" }} + + + NOTE: {{- .Inner | markdownify -}} + +