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

github.com/AngeloStavrow/indigo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author⧉ infominer <infominer@protonmail.com>2019-07-14 21:36:39 +0300
committerGitHub <noreply@github.com>2019-07-14 21:36:39 +0300
commitec198a9fc364cd77ef2140d60740419c554f4c6e (patch)
treed052038cb85c0ceec9fa75247649c508b6a01d0f /layouts
parente307606afdc09fb5d947eb0bb242cf7ee3c58124 (diff)
add site 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 daaf9b6..b4061f9 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,7 +1,7 @@
<head>
<meta charset="utf-8">
<!-- Site details -->
- <title>{{ .Title }}</title>
+ <title>{{ .Title }} | {{ .Site.Title }}</title>
<meta name="description" content="{{ with .Description }}{{ . }}{{ else }}{{ .Site.Params.description }}{{ end }}">
<meta name="author" content="{{ .Site.Params.AuthorName }}">
<!-- Favicon details -->