Hugo-theme-stack/layouts/partials/helper/image.html
2020-08-22 13:20:08 +02:00

2 lines
97 B
HTML

{{- $image := .Resources.GetMatch (printf "%s" (.Params.image | safeURL)) -}}
{{ return $image }}