fix author section

This commit is contained in:
Adrien Beudin 2016-04-10 17:40:34 +02:00
parent 9b9728ee5c
commit 5b5cff0c2e
2 changed files with 8 additions and 0 deletions

View File

@ -15,12 +15,16 @@
<span>
<a href="http://facebook.com/{{ section.twitter }}">Facebook</a>
</span>
{% endif %}
{% if not loop.last %}
<span> | </span>
{% endif %}
{% if section.facebook %}
<span>
<a href="http://twitter.com/{{ section.twitter }}">Twitter</a>
</span>
{% endif %}
{% if not loop.last %}
<span> | </span>
{% endif %}
{% if section.website %}

View File

@ -24,6 +24,8 @@
<i class="fa fa-twitter-square grey-text"></i> Facebook
</a>
</span>
{% endif %}
{% if not loop.last %}
<span class="grey-text"> | </span>
{% endif %}
{% if section.facebook %}
@ -32,6 +34,8 @@
<i class="fa fa-facebook-official grey-text"></i> Twitter
</a>
</span>
{% endif %}
{% if not loop.last %}
<span class="grey-text"> | </span>
{% endif %}
{% if section.website %}