summaryrefslogtreecommitdiffstats
path: root/theme/templates/website/page.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/website/page.html')
-rw-r--r--theme/templates/website/page.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/website/page.html b/theme/templates/website/page.html
index 37fc9dd..d4b5e0b 100644
--- a/theme/templates/website/page.html
+++ b/theme/templates/website/page.html
@@ -10,7 +10,7 @@
{% endif %}
{% endblock %}
-{% block title %}{{ progress.current.title }} | {{ title }}{% endblock %}
+{% block title %}{% if progress.current.introduction and not progress.current.title %}{% i18n "SUMMARY_INTRODUCTION" %}Introduction{% endi18n %}{% else %}{{ progress.current.title }}{% endif %} | {{ title }}{% endblock %}
{% block description %}{% if progress.current.level == "0" %}{{ description }}{% endif %}{% endblock %}
{% block content %}