mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 07:43:41 -04:00
fix: spacing between title and site title (#704)
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
{{- if .IsHome -}}
|
||||
{{ .Site.Title -}}
|
||||
{{ else -}}
|
||||
{{ with .Title }}{{ . }} –{{ end -}}
|
||||
{{ with .Title }}{{ . }} – {{ end -}}
|
||||
{{ .Site.Title -}}
|
||||
{{ end -}}
|
||||
</title>
|
||||
|
Reference in New Issue
Block a user