Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVicky <vicky@vickylai.com>2018-06-10 23:18:55 +0300
committerVicky <vicky@vickylai.com>2018-06-10 23:18:55 +0300
commit8ab55337d23aa28e212416c0529c87014ebb4908 (patch)
tree53892dff4bd14678ff4fde95d91f6d5b55461f8d /layouts
parent808ddf067724353c1c5e3645fb3fd475f54e3b19 (diff)
Fix title in header
+ Was .Site.Title instead of .Title
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/head.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index d5b0640..dce82b6 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -21,7 +21,7 @@
<meta name="og:url" content="{{.Site.BaseURL}}">
<meta name="og:image" itemprop="image primaryImageOfPage" content="{{.Site.Params.primaryImage | default "tn.png" | absURL}}">
<!-- Characters max 60-->
- <title>{{.Site.Title}}</title>
+ <title>{{.Title}}</title>
<link rel="shortcut icon" href="{{.Site.Params.favicon | default "sam.ico" | absURL }}" id="favicon">
<link rel="stylesheet" href="{{ "css/style.css" | absURL}}">
<!-- Google fonts-->