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

github.com/pdevty/material-design.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlynxiayel <lxytcmn@gmail.com>2015-05-22 00:14:10 +0300
committerlynxiayel <lxytcmn@gmail.com>2015-05-22 00:14:10 +0300
commit03cbf74ff679b9f4d4ae3b67b09af69de3c672a1 (patch)
tree47b21750f0d6e299645f3e81306cd063eb922b44 /layouts
parent37f075e929f10b944962c12bf4e21d3b39b5db45 (diff)
added support for Google+ link
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/header.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 19f222d..496ec41 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -33,6 +33,9 @@
{{if .Site.Params.twitter}}
<a href="https://twitter.com/{{.Site.Params.twitter}}"><img src="{{.Site.BaseUrl}}/images/twitter-dreamstale71.png"></a>
{{end}}
+ {{if .Site.Params.gplus}}
+ <a href="https://google.com/+{{.Site.Params.gplus}}"><img src="{{.Site.BaseUrl}}/images/gplus48x48.png"></a>
+ {{end}}
<a href="{{.Site.BaseUrl}}/index.xml"><img src="{{.Site.BaseUrl}}/images/feed-dreamstale27.png"></a>
</div>
</div>