title links back to home

This commit is contained in:
Dwarkesh Patel 2021-07-31 09:38:26 -05:00
parent 69ceb70a48
commit c3edb6073c

View file

@ -1,6 +1,6 @@
<header class="brand"> <header class="brand">
<h1>{{ .Site.Title}}</h1> <a href="{{.Site.Params.baseurl }}"><h1>{{ .Site.Title}}</h1></a>
<h2>{{ .Site.Params.subtitle }}</h2> <h2>{{ .Site.Params.subtitle }}</h2>
{{ partial "nav.html" . }} {{ partial "nav.html" . }}
<hr> <hr />
</header> </header>