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"> <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>