Skip to content

Commit

Permalink
Merge pull request #42 from kentnek/kent-update-title
Browse files Browse the repository at this point in the history
Fix site's title to be more SEO friendly
  • Loading branch information
jakewies committed Jun 23, 2020
2 parents edf4a0e + e2cff9a commit 0bab7d4
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 0bab7d4

Please sign in to comment.