{# 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 github_url and github_folder and pagename and page_source_suffix and display_contributors %} {% set contributors = get_contribs(github_url, github_folder, pagename, page_source_suffix, display_contributors_since) %} {% 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 %}