fix: fix title formatting (#282)
parent
735b9c37ad
commit
63ced198cf
|
@ -3,7 +3,9 @@
|
||||||
<head>
|
<head>
|
||||||
{{ partial "head/meta" . }}
|
{{ partial "head/meta" . }}
|
||||||
<title>
|
<title>
|
||||||
{{ if not (eq .Kind "home") }}{{ partial "title" . }} |{{ end }}{{ .Site.Title }}
|
{{ if not (eq .Kind "home") }}
|
||||||
|
{{ partial "title" . }}{{ printf " | " }}
|
||||||
|
{{ end }}{{ .Site.Title }}
|
||||||
</title>
|
</title>
|
||||||
|
|
||||||
{{ partial "head/favicons" . }}
|
{{ partial "head/favicons" . }}
|
||||||
|
|
Loading…
Reference in New Issue