Adds support for Google+ widget, supports author information in search results, fixes #203

This commit is contained in:
Frederic Hemberger
2011-10-17 20:14:29 +02:00
parent 1362e9d57b
commit 35a598df03
4 changed files with 45 additions and 2 deletions

View File

@ -0,0 +1,11 @@
{% if site.googleplus_user %}
<section class="googleplus{% if site.googleplus_hidden %} googleplus-hidden{% endif %}">
<h1>
<a href="https://plus.google.com/{{ site.googleplus_user }}?rel=author">
<img src="http://www.google.com/images/icons/ui/gprofile_button-32.png" width="32" height="32">
Google+
</a>
</h1>
</section>
{% endif %}