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>
{% if section.twitter %}
<span>
<a href="http://facebook.com/{{ section.twitter }}">Facebook</a>
<a href="http://twitter.com/{{ section.twitter }}">Twitter</a>
</span>
<span> | </span>
{% endif %}
{% if section.facebook %}
<span>
<a href="http://twitter.com/{{ section.twitter }}">Twitter</a>
<a href="http://facebook.com/{{ section.facebook }}">Facebook</a>
</span>
<span> | </span>
{% endif %}