dbd270eaee
Signed-off-by: hossainemruz <emruz@appscode.com>
6 lines
145 B
HTML
6 lines
145 B
HTML
{{ $heroImage:= "/assets/images/default-hero.jpg"}}
|
|
{{ if .Params.hero }}
|
|
{{ $heroImage = .Params.hero }}
|
|
{{ end }}
|
|
{{ return $heroImage }}
|