mirror of
https://github.com/thegeeklab/hugo-geekdoc.git
synced 2024-11-24 13:50:40 +00:00
fix: fix title formatting (#282)
This commit is contained in:
parent
735b9c37ad
commit
63ced198cf
@ -3,7 +3,9 @@
|
||||
<head>
|
||||
{{ partial "head/meta" . }}
|
||||
<title>
|
||||
{{ if not (eq .Kind "home") }}{{ partial "title" . }} |{{ end }}{{ .Site.Title }}
|
||||
{{ if not (eq .Kind "home") }}
|
||||
{{ partial "title" . }}{{ printf " | " }}
|
||||
{{ end }}{{ .Site.Title }}
|
||||
</title>
|
||||
|
||||
{{ partial "head/favicons" . }}
|
||||
|
Loading…
Reference in New Issue
Block a user