Skip to content

Commit

Permalink
Merge pull request iissnan#773 from chitanda/master
Browse files Browse the repository at this point in the history
修改”social_icons“为”false“时不显示社区名字的bug
  • Loading branch information
iissnan committed Mar 31, 2016
2 parents 2d8769f + bf42974 commit 4bffe64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion layout/_macro/sidebar.swig
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,9 @@
<span class="links-of-author-item">
<a href="{{ link }}" target="_blank">
{% if theme.social_icons.enable %}
<i class="fa fa-{{ theme.social_icons[name] || 'globe' }}"></i> {{ name }}
<i class="fa fa-{{ theme.social_icons[name] || 'globe' }}"></i>
{% endif %}
{{ name }}
</a>
</span>
{% endfor %}
Expand Down

0 comments on commit 4bffe64

Please sign in to comment.