Skip to content

Commit caab8f4

Browse files
Merge pull request #23 from fabianski7/patch-1
Call the right variable to get the site title
2 parents e271af0 + e1d54cf commit caab8f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/partials/head.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<head>
2-
<title>{{ .Title }}</title>
2+
<title>{{ .Site.Title }}</title>
33
<meta charset="utf-8">
44
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
55
<meta name="description" content="{{if .IsHome}}{{ $.Site.Params.description }}{{else}}{{.Description}}{{end}}" />

0 commit comments

Comments
 (0)