{# Breadcrumbs navigation bar #}
{# Edit on GitHub link #} {% if theme_show_edit_on_github|tobool and (theme_github_url or theme_github_repo) %} {% set gh_repo = theme_github_repo if theme_github_repo else (theme_github_url.rstrip('/').split('/')[-2:] | join('/')) %} {% set gh_version = theme_github_version if theme_github_version else 'main' %} {% set gh_doc_path = theme_doc_path if theme_doc_path else 'docs/' %} {% set file_ext = page_source_suffix if page_source_suffix and page_source_suffix is string else '.rst' %} {% set edit_url = "https://github.com/" ~ gh_repo ~ "/edit/" ~ gh_version ~ "/" ~ gh_doc_path.rstrip('/') ~ "/" ~ pagename ~ file_ext %} Editar no GitHub {% endif %}