fix: spacing between title and site title (#704)

This commit is contained in:
hobobandy
2025-06-07 08:31:25 -05:00
committed by GitHub
parent 40b1c5f2f1
commit b1d40c4a2d

View File

@ -12,7 +12,7 @@
{{- if .IsHome -}}
{{ .Site.Title -}}
{{ else -}}
{{ with .Title }}{{ . }} {{ end -}}
{{ with .Title }}{{ . }} {{ end -}}
{{ .Site.Title -}}
{{ end -}}
</title>