forked from mirrors/hugo-tufte
82958f2609
Theme should be useable, but there might be some minor stylistic tweaks here and there.
5 lines
129 B
HTML
5 lines
129 B
HTML
<header class="brand">
|
|
<h1>{{ .Site.Title}}</h1>
|
|
<h2>{{ .Site.Params.subtitle }}</h2>
|
|
{{ partial "nav.html" . }}
|
|
</header>
|