diff --git a/layouts/shortcodes/box.html b/layouts/shortcodes/box.html new file mode 100644 index 0000000..41fef27 --- /dev/null +++ b/layouts/shortcodes/box.html @@ -0,0 +1,3 @@ +
+ {{ .Inner | markdownify }} +
\ No newline at end of file diff --git a/layouts/shortcodes/icon.html b/layouts/shortcodes/icon.html new file mode 100644 index 0000000..4e40d1e --- /dev/null +++ b/layouts/shortcodes/icon.html @@ -0,0 +1 @@ +{{ .Get "icon" }} \ No newline at end of file