Back to Sealed Secrets

Render Image

site/themes/template/layouts/_default/_markup/render-image.html

0.36.6356 B
Original Source

{{ $link := .Destination }} {{ if not (strings.HasPrefix $link "http") }} {{ if strings.HasSuffix .Page.Parent.RelPermalink "docs/" }} {{ $link = printf "%s%s" .Page.RelPermalink .Destination }} {{ else }} {{ $link = printf "%s%s" .Page.Parent.RelPermalink .Destination }} {{ end }} {{ end }}