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

Commitfe6a243

Browse files
committed
Only show 'Last updated on ...' when last_updated defined
1 parentd674528 commitfe6a243

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎python_docs_theme/layout.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,9 @@ <h3>{{ _('Navigation') }}</h3>
149149
{% include "footerdonate.html" %}
150150
<br/>
151151

152-
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
152+
{%- if last_updated %}
153+
{% trans last_updated=last_updated|e %}Last updated on {{ last_updated }}.{% endtrans %}
154+
{%- endif %}
153155
{% if theme_issues_url %}{% trans %}<ahref="{{ theme_issues_url }}">Found a bug</a>?{% endtrans %}{% endif %}
154156
<br/>
155157

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp