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

github.com/kishaningithub/hugo-creative-portfolio-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKishan B <kishancs46@gmail.com>2020-12-21 11:22:26 +0300
committerGitHub <noreply@github.com>2020-12-21 11:22:26 +0300
commitb31c5addeb936b3d0dd4ef7003b4cc9e554df21f (patch)
tree3530dd484e9903b024b05baca8cfbce9fc2376c8
parent6def28f6c4e3452d87aa000eb357c31ee5d0e29b (diff)
parentfa72496539fd965b893cb23c5ccd93edf089eaf5 (diff)
Merge pull request #85 from anapaulagomes/patch-1
Fix site title
-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 f47062b..6d18818 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,6 +1,6 @@
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
-{{ with .Title }}<title>{{ . }}</title>{{ end }}
+{{ with .Site.Title }}<title>{{ . }}</title>{{ end }}
{{ with .Site.Params.description }}<meta name="description" content="{{ . }}">{{ end }}
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="all,follow">