summaryrefslogtreecommitdiff
path: root/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/base.html')
-rw-r--r--templates/base.html6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/base.html b/templates/base.html
index 4ea65e1..400c13d 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -5,7 +5,11 @@
<link rel="stylesheet" href="/styles.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
- <title>Archive - Boutalas</title>
+ {% if section.title %}
+ <title>{{ section.title }}</title>
+ {% endif %} {% if page.title %}
+ <title>{{ page.title }}</title>
+ {% endif %}
</head>
<body>