Skip to content

Commit

Permalink
FIX: excess spaces in sidebar author links.
Browse files Browse the repository at this point in the history
Issue #1840.
  • Loading branch information
ivan-nginx committed Sep 4, 2017
1 parent fa2d484 commit edad5e3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions layout/_macro/sidebar.swig
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,12 @@
<span class="links-of-author-item">
<a href="{{ link.split('||')[0] | trim }}" target="_blank" title="{{ name }}">
{% if theme.social_icons.enable %}
<i class="fa fa-fw fa-{{ link.split('||')[1] | trim | default('globe') }}"></i>
{% endif %}
{% if not theme.social_icons.icons_only %}
{{ name }}
{% endif %}
</a>
<i class="fa fa-fw fa-{{ link.split('||')[1] | trim | default('globe') }}"></i>{#
#}{% endif %}{#
#}{% if not theme.social_icons.icons_only %}{#
#}{{ name }}{#
#}{% endif %}{#
#}</a>
</span>
{% endfor %}
{% endif %}
Expand Down

0 comments on commit edad5e3

Please sign in to comment.