mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 04:46:58 +01:00
6 lines
172 B
HTML
6 lines
172 B
HTML
<header class="brand">
|
|
<a href="{{ .Site.BaseURL }}"><h1>{{ .Site.Title}}</h1></a>
|
|
<h2>{{ .Site.Params.subtitle }}</h2>
|
|
{{ partial "nav.html" . }}
|
|
<hr />
|
|
</header>
|