Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit6ea8ff6

Browse files
Remove trailing space from link (#269)
1 parentfee2ae0 commit6ea8ff6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

‎python_docs_theme/layout.html‎

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -136,13 +136,13 @@ <h3>{{ _('Navigation') }}</h3>
136136

137137
{% block footer %}
138138
<divclass="footer">
139-
&copy; {% if theme_copyright_url or hasdoc('copyright') %}
139+
&copy; {% if theme_copyright_url or hasdoc('copyright')-%}
140140
<ahref="{% 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>
145-
{% endif %} {{ copyright|e }}.
141+
{%- endif-%}
142+
{%- trans %}Copyright{% endtrans-%}
143+
{%- if theme_copyright_url or hasdoc('copyright')-%}
144+
</a>
145+
{%- endif %} {{ copyright|e }}.
146146
<br>
147147
{% trans %}This page is licensed under the Python Software Foundation License Version 2.{% endtrans %}
148148
<br>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp