From ec1fab970a512bd379057ed67285ea3c477be7b8 Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Sat, 13 Feb 2021 12:55:51 +0100 Subject: [PATCH] style: remove extra blank space --- layouts/_default/_markup/render-image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/_default/_markup/render-image.html b/layouts/_default/_markup/render-image.html index 356862a..e13896a 100644 --- a/layouts/_default/_markup/render-image.html +++ b/layouts/_default/_markup/render-image.html @@ -1,5 +1,5 @@ {{- $image := .Page.Resources.GetMatch (printf "%s" (.Destination | safeURL)) -}} -{{- if and $image (ne (path.Ext .Destination) ".svg") -}} +{{- if and $image (ne (path.Ext .Destination) ".svg") -}} {{- $alt := .PlainText | safeHTML -}}