hugo-toha/layouts/partials/helpers/get-hero.html

5 lines
131 B
HTML

{{ $heroImage:= "/assets/images/default-hero.jpg"}}
{{ if .hero }}
{{ $heroImage = .hero }}
{{ end }}
{{ return $heroImage }}