wip: make theme workable with hugoBasicExample site
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
{{ $heroImage:= "/assets/images/default-hero.jpg"}}
|
||||
{{ if .hero }}
|
||||
{{ $heroImage = .hero }}
|
||||
{{ end }}
|
||||
{{ return $heroImage }}
|
||||
Reference in New Issue
Block a user