hugo-theme-stack-stars/layouts/partials/helper/image.html

2 lines
97 B
HTML
Raw Normal View History

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