Hugo-theme-stack/layouts/partials/helper/image.html

2 lines
97 B
HTML
Raw Normal View History

2020-08-22 07:20:08 -04:00
{{- $image := .Resources.GetMatch (printf "%s" (.Params.image | safeURL)) -}}
{{ return $image }}