We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e271af0 + e1d54cf commit caab8f4Copy full SHA for caab8f4
layouts/partials/head.html
@@ -1,5 +1,5 @@
1
<head>
2
- <title>{{ .Title }}</title>
+ <title>{{ .Site.Title }}</title>
3
<meta charset="utf-8">
4
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
5
<meta name="description" content="{{if .IsHome}}{{ $.Site.Params.description }}{{else}}{{.Description}}{{end}}" />
0 commit comments