feat(theme): header link to root

blog name in header title links to root
pull/1/head
steven 2021-09-16 09:01:23 -04:00
parent a7d18d59a2
commit dc79e640fe
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
{{ end }}
-
{{ end }}
{{ .Site.Title }}
<a href="/" style="text-decoration: none;">{{ .Site.Title }}</a>
</h1>
{{ if .IsHome }}<p>{{ .Site.Params.Description }}</p>{{ end }}
</div>