Skip to content

Commit edad5e3

Browse files
authored
FIX: excess spaces in sidebar author links.
Issue #1840.
1 parent fa2d484 commit edad5e3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

layout/_macro/sidebar.swig

+6-6
Original file line numberDiff line numberDiff line change
@@ -97,12 +97,12 @@
9797
<span class="links-of-author-item">
9898
<a href="{{ link.split('||')[0] | trim }}" target="_blank" title="{{ name }}">
9999
{% if theme.social_icons.enable %}
100-
<i class="fa fa-fw fa-{{ link.split('||')[1] | trim | default('globe') }}"></i>
101-
{% endif %}
102-
{% if not theme.social_icons.icons_only %}
103-
{{ name }}
104-
{% endif %}
105-
</a>
100+
<i class="fa fa-fw fa-{{ link.split('||')[1] | trim | default('globe') }}"></i>{#
101+
#}{% endif %}{#
102+
#}{% if not theme.social_icons.icons_only %}{#
103+
#}{{ name }}{#
104+
#}{% endif %}{#
105+
#}</a>
106106
</span>
107107
{% endfor %}
108108
{% endif %}

0 commit comments

Comments
 (0)