Skip to content

Commit 54b3d8b

Browse files
commit
1 parent d2ceb99 commit 54b3d8b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

python_docs_theme/layout.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,11 +137,7 @@ <h3>{{ _('Navigation') }}</h3>
137137
{% block footer %}
138138
<div class="footer">
139139
&copy; {% if theme_copyright_url or hasdoc('copyright') %}
140-
<a href="{% if theme_copyright_url %}{{ theme_copyright_url }}{% else %}{{ pathto('copyright') }}{% endif %}">
141-
{% endif %}
142-
{% trans %}Copyright{% endtrans %}
143-
{% if theme_copyright_url or hasdoc('copyright') %}
144-
</a>
140+
<a href="{% if theme_copyright_url %}{{ theme_copyright_url }}{% else %}{{ pathto('copyright') }}{% endif %}">{% trans %}Copyright{% endtrans %}</a>
145141
{% endif %} {{ copyright|e }}.
146142
<br>
147143
{% trans %}This page is licensed under the Python Software Foundation License Version 2.{% endtrans %}

0 commit comments

Comments
 (0)