From e7466402937765a53315df493c26bcdac65f96d1 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 29 Aug 2020 16:05:26 +0100 Subject: [PATCH] Make content images clickable to open image --- layouts/_default/_markup/render-image.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html index de9ab8a..51a247d 100644 --- a/layouts/_default/_markup/render-image.html +++ b/layouts/_default/_markup/render-image.html @@ -6,7 +6,9 @@ {{ end }}
- {{ .Text | plainify }} + + {{ .Text | plainify }} +
{{ .Text | markdownify }}