aboutsummaryrefslogtreecommitdiff
path: root/layouts/shortcodes/img-longcaption.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/shortcodes/img-longcaption.html')
-rw-r--r--layouts/shortcodes/img-longcaption.html5
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>