mirror of
https://github.com/loikein/hugo-tufte.git
synced 2024-11-15 12:56:57 +01:00
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>
|