mirror of
https://github.com/thegeeklab/hugo-geekblog.git
synced 2024-11-21 12:40:39 +00:00
fix: fix title formatting (#152)
This commit is contained in:
parent
d406d33ae3
commit
5c7f5db32b
@ -8,7 +8,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