Skip to content

Commit 22cafd9

Browse files
lcrillyTimo Stark
authored andcommitted
Layout: edit this page
1 parent 3534b16 commit 22cafd9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/exts/github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
layout.html:
1010
{% if edit_on_github_url %}
1111
<div class="nxt_github_link">
12-
<a href="{{ edit_on_github_url }}"><div></div>Improve this page</a>
12+
<a href="{{ edit_on_github_url }}"><div></div>Edit this page</a>
1313
</div>
1414
{% endif %}
1515
"""

source/theme/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ <h1>
116116
<div id="content">
117117
{% block body %} {% endblock %}
118118
{% if edit_on_github_url %}
119-
<div class="nxt_github_link"><a href="{{ edit_on_github_url }}"><div></div>Improve this page</a></div>
119+
<div class="nxt_github_link"><a href="{{ edit_on_github_url }}"><div></div>Edit this page</a></div>
120120
{% endif %}
121121
<p id="footer">
122122
© {{copyright}} <a href="https://www.nginx.com/">{{author}}</a>

0 commit comments

Comments
 (0)