Fix twitter and facebook links in author section
This commit is contained in:
parent
124429e95c
commit
4d79db4907
@ -13,13 +13,13 @@
|
|||||||
<div>
|
<div>
|
||||||
{% if section.twitter %}
|
{% if section.twitter %}
|
||||||
<span>
|
<span>
|
||||||
<a href="http://facebook.com/{{ section.twitter }}">Facebook</a>
|
<a href="http://twitter.com/{{ section.twitter }}">Twitter</a>
|
||||||
</span>
|
</span>
|
||||||
<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://facebook.com/{{ section.facebook }}">Facebook</a>
|
||||||
</span>
|
</span>
|
||||||
<span> | </span>
|
<span> | </span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user