diff --git a/_layouts/default.html b/_layouts/default.html index 4c48ae70f511268cd309a9ec79514335e8e8cd83..92ffbea08290ac6045c39d8eee6b62266f3608c6 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -159,7 +159,7 @@ layout: table_wrappers site.gh_edit_view_mode %} <p class="text-small text-grey-dk-000 mb-0"> - <a href="{{ site.gh_edit_repository }}/{{ site.gh_edit_view_mode }}/{{ site.gh_edit_branch }}/{{ page.path }}" id="edit-this-page">{{ site.gh_edit_link_text }}</a> + <a href="{{ site.gh_edit_repository }}/{{ site.gh_edit_view_mode }}/{{ site.gh_edit_branch }}/{{ site.source }}/{{ page.path }}" id="edit-this-page">{{ site.gh_edit_link_text }}</a> </p> {% endif %} </div>