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: 3ba1dae3e025d92a4f26f6fee6eada5236f5ba0e (plain)
1
2
3
4
5
6
7
8
		<nav class="nav">
			<div class="nav-container">
				<a href="{{ .Site.BaseURL }}/">
					<h2 class="nav-title">{{ .Site.Title }}</h2>
				</a>
				{{ partial "header-menu.html" . }}
			</div>
		</nav>