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