mirror of
https://github.com/Hilbis/Hilbish
synced 2025-04-04 20:53:24 +00:00
docs: flip order of page title
This commit is contained in:
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…
x
Reference in New Issue
Block a user