From 4faf85e0aa4921da6d648adfb7e2d51c39ee3fbb Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Thu, 5 Mar 2020 12:58:29 +0100 Subject: [PATCH] replaceRE --- themes/piratecare/layouts/_default/_markup/render-image.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/piratecare/layouts/_default/_markup/render-image.html b/themes/piratecare/layouts/_default/_markup/render-image.html index c8a70b8..646eb50 100644 --- a/themes/piratecare/layouts/_default/_markup/render-image.html +++ b/themes/piratecare/layouts/_default/_markup/render-image.html @@ -36,7 +36,7 @@ {{ $text_link }}⦚topic:{{ $destination }} not found {{ end }} {{ else if findRE "^.*static" .Destination }} - {{ .Text }} + {{ .Text }} {{ else }} {{ .Text }} {{ end }}