fix title

This commit is contained in:
kentnek 2020-06-23 22:24:43 +08:00
parent 3f3dfbfb6a
commit e426b2ae29
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<title>{{ .Page.Title }}</title>
<title>{{ if .IsHome }}{{ .Site.Title }}{{ else }}{{ .Title }} | {{ .Site.Title }}{{ end }}</title>
<meta charset="UTF-8">
<meta name="language" content="en">