mirror of https://github.com/Hilbis/Hilbish
docs: flip order of page title
parent
2cb48afe44
commit
a80487e287
|
@ -1,5 +1,5 @@
|
||||||
<head>
|
<head>
|
||||||
{{ $title := print .Site.Title " | " .Title }}
|
{{ $title := print .Title " | " .Site.Title }}
|
||||||
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
{{ if .IsHome }}{{ $title = .Site.Title }}{{ end }}
|
||||||
<title>{{ $title }}</title>
|
<title>{{ $title }}</title>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
|
||||||
|
|
Loading…
Reference in New Issue