Fix twitter and facebook links in author section

This commit is contained in:
Antoine Lamielle 2016-05-14 00:19:55 +02:00
parent 124429e95c
commit 4d79db4907

View File

@ -13,13 +13,13 @@
<div> <div>
{% if section.twitter %} {% if section.twitter %}
<span> <span>
<a href="http://facebook.com/{{ section.twitter }}">Facebook</a> <a href="http://twitter.com/{{ section.twitter }}">Twitter</a>
</span> </span>
<span> | </span> <span> | </span>
{% endif %} {% endif %}
{% if section.facebook %} {% if section.facebook %}
<span> <span>
<a href="http://twitter.com/{{ section.twitter }}">Twitter</a> <a href="http://facebook.com/{{ section.facebook }}">Facebook</a>
</span> </span>
<span> | </span> <span> | </span>
{% endif %} {% endif %}