From ed3376eeff274e9c820a3fa1d984edbb415fb905 Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Thu, 5 Mar 2020 16:27:58 +0100 Subject: [PATCH] !publish! --- 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 05a2209..3d6fd53 100644 --- a/themes/piratecare/layouts/_default/_markup/render-image.html +++ b/themes/piratecare/layouts/_default/_markup/render-image.html @@ -12,7 +12,7 @@ {{ else }} {{ $text_link }}⦚bib:{{ $destination }} not found {{ end }} -{{ else if strings.HasPrefix .Destination "sesssion:" }} +{{ else if strings.HasPrefix .Destination "session:" }} {{ $destination := (substr .Destination 9) }} {{ if $.Page.Site.GetPage $destination }} {{ $session := $.Page.Site.GetPage $destination }}