We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2d484 commit edad5e3Copy full SHA for edad5e3
layout/_macro/sidebar.swig
@@ -97,12 +97,12 @@
97
<span class="links-of-author-item">
98
<a href="{{ link.split('||')[0] | trim }}" target="_blank" title="{{ name }}">
99
{% 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
105
- </a>
+ <i class="fa fa-fw fa-{{ link.split('||')[1] | trim | default('globe') }}"></i>{#
+ #}{% endif %}{#
+ #}{% if not theme.social_icons.icons_only %}{#
+ #}{{ name }}{#
+ #}</a>
106
</span>
107
{% endfor %}
108
{% endif %}
0 commit comments