Merge pull request #50 from 0x010C/patch-2

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

View File

@ -20,16 +20,16 @@
<div class="section">
{% if section.twitter %}
<span>
<a class="black-text" href="http://facebook.com/{{ section.twitter }}">
<i class="fa fa-twitter-square grey-text"></i> Facebook
<a class="black-text" href="http://twitter.com/{{ section.twitter }}">
<i class="fa fa-twitter-square grey-text"></i> Twitter
</a>
</span>
<span class="grey-text"> | </span>
{% endif %}
{% if section.facebook %}
<span>
<a class="black-text" href="http://twitter.com/{{ section.twitter }}">
<i class="fa fa-facebook-official grey-text"></i> Twitter
<a class="black-text" href="http://facebook.com/{{ section.facebook }}">
<i class="fa fa-facebook-official grey-text"></i> Facebook
</a>
</span>
<span class="grey-text"> | </span>