From 793fd10f8bf3fd19f60d69080683640632b2b64a Mon Sep 17 00:00:00 2001 From: zzossig Date: Fri, 6 Dec 2019 22:38:07 +0900 Subject: [PATCH] update image shortcode --- layouts/shortcodes/img.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/img.html b/layouts/shortcodes/img.html index d79c618..127021a 100644 --- a/layouts/shortcodes/img.html +++ b/layouts/shortcodes/img.html @@ -1,6 +1,6 @@
{{ with .Get "link"}}{{ end }} - + {{ if .Get "link"}}{{ end }} {{ if or (or (.Get "title") (.Get "caption")) (.Get "attr")}}
{{ if isset .Params "title" }}