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

github.com/azmelanar/hugo-theme-pixyll.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkshcherban <k.scherban@gmail.com>2014-11-28 13:39:02 +0300
committerkshcherban <k.scherban@gmail.com>2014-11-28 13:39:02 +0300
commitb6bea004050a040eaa0dfa257b83f5a835bb482f (patch)
treece0b4dc95f1ff1a372fe0a276b1d38601fb9fa9e
parentf3e9f4e9b1b3a1c15675ecd87c1eecc55e824e11 (diff)
Added descripton meta to index
-rw-r--r--layouts/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 0ef4d7c..11fe9f7 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -2,6 +2,9 @@
<div class="site-wrap">
{{ partial "header.html" . }}
+ {{ if isset .Site.Params "description" }}
+ <meta name="description" content="{{ .Site.Params.description }}">
+ {{ end }}
<div class="post p2 p-responsive wrap" role="main">
<div class="measure">
<div class="home">