Skip to content

Commit 4175be5

Browse files
committed
1 parent 8daa10a commit 4175be5

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

docs/sphinx/source/_templates/edit-this-page.html

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,6 @@
99

1010
#}
1111

12-
{% if sourcename is defined and theme_use_edit_page_button==true and page_source_suffix %}
13-
{% set src = sourcename.split('.') %}
14-
<div class="tocsection editthispage">
15-
<a href="{{ make_github_url(sourcename) }}">
16-
<i class="fab fa-github-square"></i> {{ _("View on GitHub") }}
17-
</a>
18-
</div>
19-
{% endif %}
12+
{% block edit_this_page_text %}
13+
View on GitHub
14+
{% endblock %}

0 commit comments

Comments
 (0)