summaryrefslogtreecommitdiffstats
path: root/layouts/shortcodes/img-nz.html
blob: 0033b148d3214005fd9217ffef323451e3900e3b (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 -}}