{# ru-fu: copied from Furo, with modifications as stated below. Modifications are marked 'mod:'. #}
{%- if show_copyright %} {%- endif %} {# mod: removed "Made with" #} {%- if last_updated -%}
{% trans last_updated=last_updated|e -%} Last updated on {{ last_updated }} {%- endtrans -%}
{%- endif %} {%- if show_source and has_source and sourcename %} {%- endif %}
{% if has_contributor_listing and display_contributors and pagename and page_source_suffix %} {% set contributors = get_contributors_for_file(pagename, page_source_suffix) %} {% if contributors %} {% if contributors | length > 1 %} Thanks to the {{ contributors |length }} contributors! {% else %} Thanks to our contributor! {% endif %}
{% endif %} {% endif %}
{# mod: replaced RTD icons with our links #} {% if discourse %} {% endif %} {% if mattermost %} {% endif %} {% if matrix %} {% endif %} {% if github_url and github_version and github_folder %} {% if github_issues %} {% endif %} {% endif %}