{% extends "!components/edit-this-page.html" %} {#- Add a repo link next to the view/edit icons at the top of the page, using furo's `source_repository` option. Reuses furo's `.muted-link` styling so it matches and stays responsive. -#} {%- macro furo_github_button() -%} {%- if theme_source_repository -%}
{{ _("View on GitHub") }}
{%- endif -%} {%- endmacro -%} {% block link_available -%} {{ super() }} {{ furo_github_button() }} {%- endblock %} {% block link_not_available -%} {{ super() }} {{ furo_github_button() }} {%- endblock %}