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

aside.html « partials « layouts « hugo-creative-theme « themes - github.com/djuelg/Shapez-Theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 480a8236ea6bc01b92865867353c6df9ba280500 (plain)
1
2
3
4
5
6
7
8
9
{{ "<!-- ASIDE -->" | safeHTML }}
<aside class="bg-dark">
    <div class="container text-center">
        <div class="call-to-action">
            <h2>{{ with .Site.Params.aside.headline }}{{ . }}{{ end }}</h2>
            <a href="{{ with .Site.Params.aside.button.link }}{{ . }}{{ end }}" class="btn btn-default btn-xl wow tada">{{ with .Site.Params.aside.button.text }}{{ . }}{{ end }}</a>
        </div>
    </div>
</aside>