1
0
Fork 0
forked from mirrors/hugo-tufte
Theme should be useable, but there might be some minor stylistic tweaks
here and there.
This commit is contained in:
Shawn O'Hare 2016-01-14 21:02:57 -08:00
commit 82958f2609
10 changed files with 227 additions and 217 deletions
layouts/partials

View file

@ -1,7 +1,5 @@
<div class="header">
<div class="brand">
<h1>{{ .Site.Title}}</h1>
<h2>{{ .Site.Params.subtitle }}</h2>
{{ partial "nav.html" . }}
</div>
</div>
<header class="brand">
<h1>{{ .Site.Title}}</h1>
<h2>{{ .Site.Params.subtitle }}</h2>
{{ partial "nav.html" . }}
</header>