From f031cb9826d88dd4f625f6e3b1359e6538e1b6a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20K=C3=A1n=C4=9B?= Date: Tue, 5 May 2020 13:01:23 +0200 Subject: [PATCH] Add link to original image to blogPhoto shortcode We might decide to link to still slightly compressed version, but this currently works fine. --- themes/patek/layouts/shortcodes/blogPhoto.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/patek/layouts/shortcodes/blogPhoto.html b/themes/patek/layouts/shortcodes/blogPhoto.html index e160b54..58f82ca 100644 --- a/themes/patek/layouts/shortcodes/blogPhoto.html +++ b/themes/patek/layouts/shortcodes/blogPhoto.html @@ -46,6 +46,6 @@ where possible named params are: {{- end -}}
- {{ $alt }} + {{ $alt }} {{ if (ne $caption false) }}
{{ $caption }}
{{ end }}