Skip to content

Commit 240efbb

Browse files
authored
Make the copyright in the footer into plain text. (GH-302)
Closes #299
1 parent 2ac2d1c commit 240efbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
{% endblock %}
3838
{% block footer %}
3939
<div class="footer">
40-
&copy; <a href="{{ pathto('copyright') }}">{% trans %}Copyright{% endtrans %}</a> {{ copyright|e }}.
40+
&copy; {% trans %}Copyright{% endtrans %} {{ copyright|e }}.
4141
<br />
4242
{% trans %}The Python Software Foundation is a non-profit corporation.{% endtrans %}
4343
<a href="https://www.python.org/psf/donations/">{% trans %}Please donate.{% endtrans %}</a>

0 commit comments

Comments
 (0)