summaryrefslogtreecommitdiffstats
path: root/layouts/partials/header.html
blob: a08e2d9f7cbc209fd2cdf26546b34528f692e625 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
<header>
    <div class="container-lg clearfix">
        <div class="col-12 header">
            <a class="title-main" href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a>
            {{ with .Site.Params.subTitle }}
            <span class="title-sub">{{ . }}</span>
            {{ end }}
        </div>
    </div>
</header>