aboutsummaryrefslogtreecommitdiff
path: root/source/_includes/asides/googleplus.html
blob: 00a0aa856cd96f3593921ad25a80fffcc7d6e816 (plain)
1
2
3
4
5
6
7
8
9
10
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 %}