Use .Site.Title

This commit is contained in:
Joshua Goins 2022-08-24 10:49:27 -04:00
parent 7b56bc5031
commit a8d4813236

View file

@ -1,5 +1,5 @@
<head>
<title>{{ .Title }}</title>
<title>{{ .Site.Title }}</title>
{{ $style := resources.Get "css/site.css" }}
<link href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" rel="stylesheet" >