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