summaryrefslogtreecommitdiff
path: root/themes/stingray/layouts/partials/header.html
blob: 68a35cf9bbf5702398250e4f50cf450eff1b5630 (plain)
1
2
3
4
5
6
<header>
    <div class="text-center">
        <h1 class="title">{{ .Site.Params.Title }}</h1>
        {{ .Site.Params.Description }}
    </div>
</header>