mirror of https://github.com/Hilbis/Hilbish
fix(website): use dash to separate title and site title instead of vertical bar
parent
54fc4f72ae
commit
1d7a34e0c5
|
@ -1,5 +1,5 @@
|
|||
<head>
|
||||
{{ $title := print .Title " | " .Site.Title }}
|
||||
{{ $title := print .Title " — " .Site.Title }}
|
||||
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
||||
<title>{{ $title }}</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||
|
|
Loading…
Reference in New Issue