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

hero-area.html « partials « layouts - github.com/themefisher/restaurant-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 44284da9c5bad30f47dc79b6d07dbd3fbaf45f56 (plain)
1
2
3
4
5
6
7
8
{{ "<!-- 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 }}>
  <img class="img-responsive" src="{{ .bgImage | absURL }}">
</section>
{{ end }}
{{ end }}