fix(website): use dash to separate title and site title instead of vertical bar

pull/177/head
TorchedSammy 2022-06-22 12:21:53 -04:00
parent 54fc4f72ae
commit 1d7a34e0c5
Signed by: sammyette
GPG Key ID: 904FC49417B44DCD
1 changed files with 1 additions and 1 deletions

View File

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