diff --git a/layouts/shortcodes/hide.html b/layouts/shortcodes/hide.html new file mode 100644 index 0000000..50a0992 --- /dev/null +++ b/layouts/shortcodes/hide.html @@ -0,0 +1 @@ +{{ if .Inner }}{{ end }} \ No newline at end of file