From 05f72c605e58ed8c2de12f6eda43e0e62c7b372e Mon Sep 17 00:00:00 2001 From: Valentin Popov Date: Wed, 30 Aug 2023 15:07:56 +0400 Subject: Shortened page titles and site name --- templates/includes/title.html | 4 ++-- 1 file 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 | default(value=config.title) | trim | safe }} \ No newline at end of file -- cgit v1.2.3