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

header.html « partials « layouts - github.com/EmielH/tale-hugo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 487be9da6aaecda4715e8b049c02fea3f5edc2e9 (plain)
1
2
3
4
5
6
7
8
		<nav class="nav">
			<div class="nav-container">
				<a href="{{ "/" | relURL }}">
					<h2 class="nav-title">{{ .Site.Title }}</h2>
				</a>
				{{ partial "header-menu.html" . }}
			</div>
		</nav>