fixed title issue

This commit is contained in:
Dwarkesh Patel 2021-07-31 21:48:37 -05:00
parent c3edb6073c
commit fa0169737b

View file

@ -1,5 +1,5 @@
<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>
{{ partial "nav.html" . }}
<hr />