From c54e9dd88d68cb61d59f0a3bf14312fa11ff27ff Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Thu, 5 Mar 2020 12:54:42 +0100 Subject: [PATCH] !publish! --- themes/piratecare/layouts/_default/_markup/render-image.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/themes/piratecare/layouts/_default/_markup/render-image.html b/themes/piratecare/layouts/_default/_markup/render-image.html index c1c6a3a..c8a70b8 100644 --- a/themes/piratecare/layouts/_default/_markup/render-image.html +++ b/themes/piratecare/layouts/_default/_markup/render-image.html @@ -35,6 +35,8 @@ {{ else }} {{ $text_link }}⦚topic:{{ $destination }} not found {{ end }} +{{ else if findRE "^.*static" .Destination }} + {{ .Text }} {{ else }} {{ .Text }} {{ end }}