Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d1f143 commit e493aa0Copy full SHA for e493aa0
python_docs_theme/layout.html
@@ -45,7 +45,7 @@
45
46
{% block footer %}
47
<div class="footer">
48
- © <a href="https://github.com/python/devguide/blob/master/LICENSE">{% trans %}Copyright{% endtrans %}</a> {{ copyright|e }}.
+ © {% 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>{% endif %} {{ copyright|e }}.
49
<br />
50
{% trans %}This page is licensed under the Python Software Foundation License Version 2.{% endtrans %}
51
0 commit comments