Revert "fix author section"
This reverts commit 5b5cff0c2e45f2462dbf39c1c5fc4ad303644413.
This commit is contained in:
parent
5b5cff0c2e
commit
f3e94496a8
@ -15,16 +15,12 @@
|
|||||||
<span>
|
<span>
|
||||||
<a href="http://facebook.com/{{ section.twitter }}">Facebook</a>
|
<a href="http://facebook.com/{{ section.twitter }}">Facebook</a>
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
|
||||||
{% if not loop.last %}
|
|
||||||
<span> | </span>
|
<span> | </span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if section.facebook %}
|
{% if section.facebook %}
|
||||||
<span>
|
<span>
|
||||||
<a href="http://twitter.com/{{ section.twitter }}">Twitter</a>
|
<a href="http://twitter.com/{{ section.twitter }}">Twitter</a>
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
|
||||||
{% if not loop.last %}
|
|
||||||
<span> | </span>
|
<span> | </span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if section.website %}
|
{% if section.website %}
|
||||||
|
@ -24,8 +24,6 @@
|
|||||||
<i class="fa fa-twitter-square grey-text"></i> Facebook
|
<i class="fa fa-twitter-square grey-text"></i> Facebook
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
|
||||||
{% if not loop.last %}
|
|
||||||
<span class="grey-text"> | </span>
|
<span class="grey-text"> | </span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if section.facebook %}
|
{% if section.facebook %}
|
||||||
@ -34,8 +32,6 @@
|
|||||||
<i class="fa fa-facebook-official grey-text"></i> Twitter
|
<i class="fa fa-facebook-official grey-text"></i> Twitter
|
||||||
</a>
|
</a>
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
|
||||||
{% if not loop.last %}
|
|
||||||
<span class="grey-text"> | </span>
|
<span class="grey-text"> | </span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if section.website %}
|
{% if section.website %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user