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