5 lines
145 B
HTML
5 lines
145 B
HTML
{{ $heroImage:= "/assets/images/default-hero.jpg"}}
|
|
{{ if .Params.hero }}
|
|
{{ $heroImage = .Params.hero }}
|
|
{{ end }}
|
|
{{ return $heroImage }}
|