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