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

banner.html « partials « layouts - github.com/curttimson/hugo-theme-dopetrope.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 13ed1d5b0b38d86e9bcc1b280b1c86010a318676 (plain)
1
2
3
4
5
6
7
8
9
<!-- Banner -->
<section id="banner">
    <header>
        {{ with .Site.Data.home.banner }}
        <h2>{{ .line1 }}</h2>
        <p>{{ .line2 }}</p>
        {{ end }}
    </header>
</section>