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

header.html « partials « layouts - github.com/wd/hugo-fabric.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 78bf8a4f6c764bb937d5bee764adb91db1fa030d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!-- for more effects see _animate.scss -->
<h1 class="animated bounceInDown">
    <div id="headerbg">
        {{ .Site.Title }}
    </div>
</h1>
{{ $theme := .Site.Params.theme }}
<span class="subtitle">{{ if $theme.subtitle }}{{ $theme.subtitle }}{{ end }}</span>
<br>

{{ partial "social.html" (dict "theme" $theme) }}

{{ partial "navigation.html" . }}