Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions python_docs_theme/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -137,11 +137,7 @@ <h3>{{ _('Navigation') }}</h3>
{% block footer %}
<div class="footer">
&copy; {% if theme_copyright_url or hasdoc('copyright') %}
<a href="{% if theme_copyright_url %}{{ theme_copyright_url }}{% else %}{{ pathto('copyright') }}{% endif %}">
{% endif %}
{% trans %}Copyright{% endtrans %}
{% if theme_copyright_url or hasdoc('copyright') %}
</a>
<a href="{% if theme_copyright_url %}{{ theme_copyright_url }}{% else %}{{ pathto('copyright') }}{% endif %}">{% trans %}Copyright{% endtrans %}</a>
{% endif %} {{ copyright|e }}.
<br>
{% trans %}This page is licensed under the Python Software Foundation License Version 2.{% endtrans %}
Expand Down
Loading