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

header.html « partials « layouts - github.com/tnwhitwell/hugo-startpage-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: af9791def3e71bd2fd959feea39ad8f428da9b18 (plain)
1
2
3
4
5
<header class="mdl-layout__header mdl-color--primary">
    <div class="mdl-layout__header-row">
        <span class="mdl-layout-title">{{ .Site.Title }}</span>
    </div>
</header>