Merge remote-tracking branch 'upstream/master'

This commit is contained in:
Ask Bjørn Hansen
2023-02-03 19:10:17 -08:00
8 changed files with 20 additions and 19 deletions

View File

@@ -1,5 +1,6 @@
<div class="header">
{{- if .IsHome -}}
<base href="{{ .Site.BaseURL }}">
<h1 class="site-title"><a href="{{ .Site.BaseURL }}">{{ .Site.Title }}</a></h1>
<div class="site-description">
{{- if isset .Site.Params "subtitle" -}}
@@ -29,4 +30,4 @@
{{- end }}
</ul>
</nav>
</div>
</div>