Fix bug where page title was not showing up properly

This commit is contained in:
luispcosta 2021-08-05 20:50:12 +01:00
parent b2941c2fcf
commit 66f44260f6

View file

@ -27,5 +27,5 @@
{{ $css := $resources | resources.Concat "css/style.css" | minify }}
{{ printf `<link rel="stylesheet" href="%s">` $css.RelPermalink | safeHTML }}
<title>{{ .Title }}</title>
<title>{{ .Site.Title }}</title>
</head>