aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2023-08-30 14:07:56 +0300
committerValentin Popov <valentin@popov.link>2023-08-30 14:07:56 +0300
commit05f72c605e58ed8c2de12f6eda43e0e62c7b372e (patch)
tree747f17ad8edb604f862e0ee68d23457b90e26682
parentde7fa77b9c7935bf2bc270335390bc180c2e7f90 (diff)
downloadpopov.link-05f72c605e58ed8c2de12f6eda43e0e62c7b372e.tar.xz
popov.link-05f72c605e58ed8c2de12f6eda43e0e62c7b372e.zip
Shortened page titles and site name
-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