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