fixed title href

This commit is contained in:
Dwarkesh Patel 2021-08-01 13:06:53 -05:00
parent fa0169737b
commit 193c7f6497

View file

@ -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 />