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