Merge pull request #50 from 0x010C/patch-2
Fix twitter and facebook links in author section
This commit is contained in:
commit
112d0f13b7
@ -20,16 +20,16 @@
|
||||
<div class="section">
|
||||
{% if section.twitter %}
|
||||
<span>
|
||||
<a class="black-text" href="http://facebook.com/{{ section.twitter }}">
|
||||
<i class="fa fa-twitter-square grey-text"></i> Facebook
|
||||
<a class="black-text" href="http://twitter.com/{{ section.twitter }}">
|
||||
<i class="fa fa-twitter-square grey-text"></i> Twitter
|
||||
</a>
|
||||
</span>
|
||||
<span class="grey-text"> | </span>
|
||||
{% endif %}
|
||||
{% if section.facebook %}
|
||||
<span>
|
||||
<a class="black-text" href="http://twitter.com/{{ section.twitter }}">
|
||||
<i class="fa fa-facebook-official grey-text"></i> Twitter
|
||||
<a class="black-text" href="http://facebook.com/{{ section.facebook }}">
|
||||
<i class="fa fa-facebook-official grey-text"></i> Facebook
|
||||
</a>
|
||||
</span>
|
||||
<span class="grey-text"> | </span>
|
||||
|
Loading…
x
Reference in New Issue
Block a user