Skip to content

Commit 113ca1e

Browse files
committed
attempt to fix the title
1 parent 4db82ed commit 113ca1e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

docs/_templates/page.html

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{% extends "!page.html" %}
2+
3+
{% block title %}
4+
{% if pagename == "index" %}
5+
{{ title }}
6+
{% else %}
7+
{{ title }} — Dokumentace české Python komunity
8+
{% endif %}
9+
{% endblock %}

0 commit comments

Comments
 (0)