Back to Velero

Render Image

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

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