aboutsummaryrefslogtreecommitdiff
path: root/templates/includes/title.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/includes/title.html')
-rw-r--r--templates/includes/title.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/includes/title.html b/templates/includes/title.html
index c2dbf66..89db08a 100644
--- a/templates/includes/title.html
+++ b/templates/includes/title.html
@@ -1,9 +1,9 @@
{% if page.title %}
-{% set title = page.title %}
+{% set title = page.title ~ ' | VPTB' %}
{% endif %}
{% if section.title %}
-{% set title = section.title %}
+{% set title = section.title ~ ' | VPTB' %}
{% endif %}
<title>{{ title | default(value=config.title) | trim | safe }}</title> \ No newline at end of file