forked from mirrors/hugo-tufte
title links back to home
This commit is contained in:
parent
69ceb70a48
commit
c3edb6073c
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
<header class="brand">
|
||||
<h1>{{ .Site.Title}}</h1>
|
||||
<a href="{{.Site.Params.baseurl }}"><h1>{{ .Site.Title}}</h1></a>
|
||||
<h2>{{ .Site.Params.subtitle }}</h2>
|
||||
{{ partial "nav.html" . }}
|
||||
<hr>
|
||||
<hr />
|
||||
</header>
|
||||
|
|
Loading…
Reference in a new issue