diff options
Diffstat (limited to 'layouts/shortcodes/img-longcaption.html')
-rw-r--r-- | layouts/shortcodes/img-longcaption.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/layouts/shortcodes/img-longcaption.html b/layouts/shortcodes/img-longcaption.html new file mode 100644 index 0000000..c005d2e --- /dev/null +++ b/layouts/shortcodes/img-longcaption.html @@ -0,0 +1,5 @@ +<div class="longcaption"> +<div> + {{ .Inner }} +</div> +</div> |