{% extends "furo/page.html" %} {% block extrahead %} {{ super() }} {% endblock %} {# Same as Furo's footer, minus the "Made with … Furo" attribution. #} {% block footer %}
{%- if show_copyright %} {%- endif %} {%- if last_updated -%}
{% trans last_updated=last_updated|e -%} Last updated on {{ last_updated }} {%- endtrans -%}
{%- endif %}
{% if theme_footer_icons -%}
{% for icon_dict in theme_footer_icons -%} {{- icon_dict.html -}} {% endfor %}
{%- endif %}
{% endblock footer %}