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

github.com/aerohub/hugo-orbit-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGibo <ryugibo@daum.net>2016-12-03 12:36:55 +0300
committerGibo <ryugibo@daum.net>2016-12-03 12:36:55 +0300
commit9188c7571a06bf9806633dc504cd561aa6c9c13e (patch)
tree3ca7b09df59ad9ebd05bfa9234844e7aa46825a9
parent6c719bfbbbcac590f67d07c6eb61dc2d478a3802 (diff)
fix meta datas
-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 d3feb18..3700e86 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -1,4 +1,4 @@
- <title>{{ .Site.Title }}</title>
+ <title>{{ .Site.Params.title }}</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">