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
parent9f5f290af5eb9c8c53ce56545e22ce6f2702e8e6 (diff)
parent3431b3ea3f31ba710cb99cb4b84e9e43cf0176a8 (diff)
Merge pull request #11 from ethanmad/googleplus
Add Google+ link
-rw-r--r--README.md1
-rw-r--r--layouts/partials/link.html7
2 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2a3b9be..5174dbe 100644
--- a/README.md
+++ b/README.md
@@ -41,6 +41,7 @@ copyright = "&copy; Copyright notice"
twitter = "Your Twitter username"
github = "Your GitHub username"
linkedin = "Your LinkedIn username"
+ googleplus = "Your Google+ user id"
facebook = "Your Facebook username"
stackoverflow = "Your Stackoverflow profile"
# Google Analytics API key.
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 }}