From f2bfed6daeaaefa756fe57d4cff8e6e0a6d93dfd Mon Sep 17 00:00:00 2001 From: Christian Kreibich Date: Thu, 2 Nov 2023 18:09:19 -0700 Subject: [PATCH] Fix Github edit links in top-right of HTML pages These links 404'd because they omitted the file suffix, and they didn't really link to anything editable, just the raw file. --- _templates/breadcrumbs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_templates/breadcrumbs.html b/_templates/breadcrumbs.html index 0ce26f7d0..8a4aa54ae 100644 --- a/_templates/breadcrumbs.html +++ b/_templates/breadcrumbs.html @@ -5,7 +5,7 @@ {% if pagename != "search" %} {% if display_github %} {% if github_version == "master" %} - {{ _('Edit on GitHub') }} + {{ _('Edit on GitHub') }} {% endif %} {% elif show_source and has_source and sourcename %} {{ _('View page source') }}