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

github.com/keichi/vienna.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKeichi Takahashi <keichi.t@me.com>2015-05-12 15:47:43 +0300
committerKeichi Takahashi <keichi.t@me.com>2015-05-12 15:47:43 +0300
commit0dfdf1094e12c4d0af6513f246a7f6f3ca0f47df (patch)
treeec475a19a8a999526823caf171b6b6d7912fca01 /layouts
parent9f5f290af5eb9c8c53ce56545e22ce6f2702e8e6 (diff)
parent3431b3ea3f31ba710cb99cb4b84e9e43cf0176a8 (diff)
Merge pull request #11 from ethanmad/googleplus
Add Google+ link
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/link.html7
1 files changed, 6 insertions, 1 deletions
diff --git a/layouts/partials/link.html b/layouts/partials/link.html
index 5b34966..d36af23 100644
--- a/layouts/partials/link.html
+++ b/layouts/partials/link.html
@@ -6,7 +6,12 @@
{{ end }}
{{ with .Site.Params.twitter }}
<a href="https://twitter.com/{{ . }}" target="_blank">
- <i class="fa fa-twitter"></i>
+ <i class="fa fa-twitter"></i>
+ </a>
+ {{ end }}
+ {{ with .Site.Params.googleplus }}
+ <a href="https://plus.google.com/+{{ . }}" target="_blank">
+ <i class="fa fa-google"></i>
</a>
{{ end }}
{{ with .Site.Params.facebook }}