aboutsummaryrefslogtreecommitdiff
path: root/templates/documentation.html
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-09-14 19:33:05 +0200
committerAlex Auvolat <alex@adnab.me>2022-09-14 19:33:05 +0200
commit948ebfda6f04577dd956c496bd24569fab479ffc (patch)
treed539b889bf0b9056f89fb1103ce9b4317f441c3f /templates/documentation.html
parente95289c4833eee291a8217c771c2490ebcbbc751 (diff)
downloadgaragehq.deuxfleurs.fr-948ebfda6f04577dd956c496bd24569fab479ffc.tar.gz
garagehq.deuxfleurs.fr-948ebfda6f04577dd956c496bd24569fab479ffc.zip
Small templates changes
Diffstat (limited to 'templates/documentation.html')
-rw-r--r--templates/documentation.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/documentation.html b/templates/documentation.html
index 3f48e55..fd7889f 100644
--- a/templates/documentation.html
+++ b/templates/documentation.html
@@ -1,7 +1,7 @@
{% extends 'base.html' %}
{% block title %}
- {{ config.title }} | {% if page %}{{ page.title }}{% else %}{{ section.title }}{% endif %}
+ {% if page %}{{ page.title }}{% else %}{{ section.title }}{% endif %} | {{ config.title }}
{% endblock %}
{% block content %}