Merge pull request #49 from 0x010C/patch-1

Fix twitter and facebook links in author section
This commit is contained in:
Laurent Peuch 2016-05-14 00:25:20 +02:00
commit fb95b0c8aa

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 %}