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

header.html « partials « layouts - github.com/the2ne/hugo-frais.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a6b633d37b75145b4c008879219b96c0ea3f973d (plain)
1
2
3
4
5
6
7
8
<header class="headlines" role="banner">
    <h1 class="headlines__title">
        {{ if .IsPage }}<a href="{{ .Site.BaseURL }}">{{ end }}
            {{ .Site.Params.headline }}
        {{ if .IsPage }}</a>{{ end }}
    </h1>
    <h2 class="headlines__baseline">{{ .Site.Params.baseline }}</h2>
</header>