From ca78f13c872ffc7a6dbbd2ede26fb7a50d8d6754 Mon Sep 17 00:00:00 2001 From: Paul Date: Tue, 7 Apr 2020 10:39:40 +0200 Subject: Introduct imgstyle argument for figure shortcode --- layouts/shortcodes/figure.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/figure.html b/layouts/shortcodes/figure.html index 79d15d9..c68b7d2 100644 --- a/layouts/shortcodes/figure.html +++ b/layouts/shortcodes/figure.html @@ -1,7 +1,7 @@
{{ if .Get "link"}}{{ end }} - + {{- if .Get "link"}}{{ end }} {{- if or (or (.Get "caption-title") (.Get "caption")) (.Get "attr")}}
{{- if isset .Params "caption-title" }} -- cgit v1.2.3