{%- macro fa(icon) -%} {%- set fa_special_icons = { "feed": "fas fa-rss", "rss": "fas fa-rss", } -%} {%- if icon in fa_special_icons -%} {{ fa_special_icons[icon] }} {%- elif icon.split()|select("in", ["fab", "fas", "far", "fal", "fad"])|list -%} {{ icon }} {%- else -%} fab fa-{{icon}} {%- endif -%} {%- endmacro -%}
{% if SITEIMAGE %}
{{ SITENAME }}
{% endif %}

{{ SITENAME }}

{% if SITESUBTITLE %}

{{ SITESUBTITLE }}

{% endif %} {% if LINKS or (DISPLAY_PAGES_ON_MENU and pages) or ICONS %} {% endif %}