fmartingr
/
shelfzilla
Archived
1
0
Fork 0

Added rel="publisher" to google+ links. Tap #17

This commit is contained in:
Felipe Martín 2014-08-26 18:47:55 +02:00
parent fe113bbcc1
commit 5be2dbb4df
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<a href="{{ social.facebook_url }}" target="_blank"><img src="{% static "icons/facebook.png" %}" /></a>
{% endif %}
{% if social.google_plus_url %}
<a href="{{ social.google_plus_url }}" target="_blank"><img src="{% static "icons/googleplus.png" %}" /></a>
<a href="{{ social.google_plus_url }}" target="_blank" rel="publisher"><img src="{% static "icons/googleplus.png" %}" /></a>
{% endif %}
{% if social.contact_email %}
<a href="mailto:{{ social.contact_email }}"><img src="{% static "icons/email.png" %}" /></a>

View File

@ -24,7 +24,7 @@
<h3 class="no-margin-top">Contacta con nosotros</h3>
<a href="http://twitter.com/shelfzilla">Twitter</a><br />
<a href="https://www.facebook.com/ShelfZilla">Facebook</a><br />
<a href="https://plus.google.com/103983689195834857040">Google+</a><br />
<a href="https://plus.google.com/103983689195834857040" rel="publisher">Google+</a><br />
<a href="mailto:shelfzilla@gmail.com">E-Mail</a><br />
</div>
</div>