docs: flip order of page title

pull/177/head
TorchedSammy 2022-06-21 23:10:37 -04:00
parent 2cb48afe44
commit a80487e287
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<head>
{{ $title := print .Site.Title " | " .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"/>