aboutsummaryrefslogtreecommitdiff
path: root/layouts/_default/_markup/render-image.html
blob: a24e27eeeaeb5060c0bcf589ad2354a3489a7052 (plain)
1
2
3
4
5
{{- $source := .Destination -}}
{{- with .Page.Resources.GetMatch .Destination -}}
  {{- $source = .RelPermalink -}}
{{- end -}}
<img src="{{ $source | safeURL }}" alt="{{ .PlainText }}"{{ with .Title }} title="{{ . }}"{{ end }}>