summaryrefslogtreecommitdiffstats
path: root/source/_includes/header.html
diff options
context:
space:
mode:
authorSkyArrow <tommy351@gmail.com>2012-07-01 13:13:09 +0200
committerSkyArrow <tommy351@gmail.com>2012-07-01 13:13:09 +0200
commite51792ce7077574551166494c6df97cfa87d4b62 (patch)
treedf116bb78bdcbbb930d707db7988296f968e4275 /source/_includes/header.html
parent4a30483a322e2b1e6c3022c0fec96d49a3e57adc (diff)
parentb49a973c2f96017c9f868fd96a64013710c15bd0 (diff)
downloadoctopress-theme-jeyzu-e51792ce7077574551166494c6df97cfa87d4b62.zip
octopress-theme-jeyzu-e51792ce7077574551166494c6df97cfa87d4b62.tar.gz
Merge pull request #20 from xuhdev/google_plus_author_info
Add author info for the Google plus link.
Diffstat (limited to 'source/_includes/header.html')
-rw-r--r--source/_includes/header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/_includes/header.html b/source/_includes/header.html
index 0dba635..647ef73 100644
--- a/source/_includes/header.html
+++ b/source/_includes/header.html
@@ -21,7 +21,7 @@
<a class="facebook" href="http://www.facebook.com/{{ site.facebook_user }}" title="Facebook">Facebook</a>
{% endif %}
{% if site.googleplus_user and site.googleplus_hidden == false %}
- <a class="google" href="https://plus.google.com/{{ site.googleplus_user }}" title="Google+">Google+</a>
+ <a class="google" href="https://plus.google.com/{{ site.googleplus_user }}?rel=author" title="Google+">Google+</a>
{% endif %}
{% if site.twitter_user %}
<a class="twitter" href="http://twitter.com/{{ site.twitter_user }}" title="Twitter">Twitter</a>