lix-website/themes/lix/layouts/partials/utilities/get-featured-image.html
2024-04-26 22:49:34 -06:00

12 lines
220 B
HTML

{{ $featured := "" }}
{{- with .Params.images -}}
{{ $featured = ( index . 0 ) }}"/>
{{ else -}}
{{- with .Site.Params.images -}}
{{ $featured = ( index . 0 ) }}"/>
{{ end }}
{{ end }}
{{ return $featured }}