{% if theme_footer_icons -%}
{% for icon_dict in theme_footer_icons -%}
{{- icon_dict.html -}}
{% endfor %}
{%- else -%}
{#- Show Read the Docs project -#}
{%- if READTHEDOCS and slug -%}
{%- endif -%}
{#- Show GitHub repository home -#}
{%- if READTHEDOCS and display_github and github_user != "None" and github_repo != "None" -%}
{%- endif -%}
{%- endif %}