mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 12:56:57 +01:00
8 lines
161 B
HTML
8 lines
161 B
HTML
|
<div class="header">
|
||
|
<div class="brand">
|
||
|
<h1>{{ .Site.Title}}</h1>
|
||
|
<h2>{{ .Site.Params.subtitle }}</h2>
|
||
|
{{ partial "nav.html" . }}
|
||
|
</div>
|
||
|
</div>
|