Back to Docker

Inline Image

layouts/_shortcodes/inline-image.html

18.09-release216 B
Original Source

{{ $src := .Get "src" }} {{ $alt := .Get "alt" }} {{ $title := .Get "title" }} {{ if and (eq .Page.Kind "page") (not (hasPrefix $src "/")) }} {{ $src = (printf "../%s" $src) }} {{ end }}