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

github.com/gizak/nofancy.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordceoy <dnarsil+github@gmail.com>2018-01-02 12:31:02 +0300
committerdceoy <dnarsil+github@gmail.com>2018-01-02 12:31:02 +0300
commitb5a75e7dde05fc06d570b1ce2411b6d31ac116a7 (patch)
treebaebf6518f276ef0340a60db818edb0586b34a1b
parent0f536cdbe29011500131a23ba9bd07865ad4486d (diff)
Include a site title in a title tag
-rw-r--r--layouts/partials/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index c51c1dd..f050775 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -4,7 +4,7 @@
<!-- Basic Page Needs –––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
- <title>{{ .Title }}</title>
+ <title>{{ .Title }} - {{ .Site.Title }}</title>
<meta name="description" content="{{ .Title }}">
<meta name="author" content="{{ .Site.Author.name }}">