summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/img-nz.html
blob: 175dc5bf08f1bb27dd43bcc11dbcbbabeb9a127b (plain) (blame)
1
2
3
4
5
{{- if len .Params | eq 2 -}}
<p>
  <img src="{{ index .Params 1 | relURL | safeURL }}" alt="{{ index .Params 0 }}" />
</p>
{{- end -}}