forked from mirrors/hugo-tufte
6 lines
145 B
HTML
6 lines
145 B
HTML
<header class="brand">
|
|
<h1>{{ .Site.Title}}</h1>
|
|
<p class="subtitle">{{ .Site.Params.subtitle }}</p>
|
|
{{ partial "nav.html" . }}
|
|
<hr />
|
|
</header>
|