Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/themefisher/restaurant-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/hero-area.html')
-rw-r--r--layouts/partials/hero-area.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/hero-area.html b/layouts/partials/hero-area.html
index 44284da..7398d20 100644
--- a/layouts/partials/hero-area.html
+++ b/layouts/partials/hero-area.html
@@ -1,7 +1,7 @@
{{ "<!-- header-img start -->" | safeHTML }}
{{ if .Site.Data.homepage.heroArea.enable }}
{{ with .Site.Data.homepage.heroArea }}
-<section id="hero-area" {{ if .overlay.enable }} class="overlay" {{ end }}>
+<section id="hero-area" {{ if .overlay }} class="overlay" {{ end }}>
<img class="img-responsive" src="{{ .bgImage | absURL }}">
</section>
{{ end }}