Fix twitter and facebook links in author section

On the material theme this time
This commit is contained in:
Antoine Lamielle 2016-05-14 00:28:30 +02:00
parent 41ca786416
commit 4733ee509a

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>