Use .Site.Title
This commit is contained in:
parent
7b56bc5031
commit
a8d4813236
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
<head>
|
<head>
|
||||||
<title>{{ .Title }}</title>
|
<title>{{ .Site.Title }}</title>
|
||||||
|
|
||||||
{{ $style := resources.Get "css/site.css" }}
|
{{ $style := resources.Get "css/site.css" }}
|
||||||
<link href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" rel="stylesheet" >
|
<link href="{{ $style.RelPermalink }}" integrity="{{ $style.Data.Integrity }}" rel="stylesheet" >
|
||||||
|
|
Loading…
Add table
Reference in a new issue