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"> <div class="section">
{% if section.twitter %} {% if section.twitter %}
<span> <span>
<a class="black-text" href="http://facebook.com/{{ section.twitter }}"> <a class="black-text" href="http://twitter.com/{{ section.twitter }}">
<i class="fa fa-twitter-square grey-text"></i> Facebook <i class="fa fa-twitter-square grey-text"></i> Twitter
</a> </a>
</span> </span>
<span class="grey-text"> | </span> <span class="grey-text"> | </span>
{% endif %} {% endif %}
{% if section.facebook %} {% if section.facebook %}
<span> <span>
<a class="black-text" href="http://twitter.com/{{ section.twitter }}"> <a class="black-text" href="http://facebook.com/{{ section.facebook }}">
<i class="fa fa-facebook-official grey-text"></i> Twitter <i class="fa fa-facebook-official grey-text"></i> Facebook
</a> </a>
</span> </span>
<span class="grey-text"> | </span> <span class="grey-text"> | </span>