Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
  • Loading branch information
kentnek committed Jun 23, 2020
1 parent 219f74f commit e2cff9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/_default/baseof.html
Original file line number Diff line number Diff line change
Expand Up @@ -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">
Expand Down

0 comments on commit e2cff9a

Please sign in to comment.