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 }}