{% set external_links %} {% if theme_external_links -%} {% for link in theme_external_links -%} {% if link.html %} {{ link.html }} {% else %} {{ icon(link.icon, icon_size or "16") }} {% endif %} {% endfor %} {%- endif -%} {% endset %} {%- if external_links|trim -%} {%- endif -%}