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