aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorValentin Popov <valentin@popov.link>2022-11-18 21:49:13 +0300
committerValentin Popov <valentin@popov.link>2022-11-18 21:49:13 +0300
commit442fbbb5c520fe7c0e293d50358ab101e03c93cc (patch)
tree26c0a5dc157bfc300cbef08b4fe257ae638cda97
parent30bfbbdbf27e8cfbcc9a32987622810e740026ea (diff)
downloadpopov.link-442fbbb5c520fe7c0e293d50358ab101e03c93cc.tar.xz
popov.link-442fbbb5c520fe7c0e293d50358ab101e03c93cc.zip
Corrected the name of the site
Signed-off-by: Valentin Popov <valentin@popov.link>
-rw-r--r--templates/includes/title.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/includes/title.html b/templates/includes/title.html
index bf724ed..24fca24 100644
--- a/templates/includes/title.html
+++ b/templates/includes/title.html
@@ -6,4 +6,4 @@
{% set title = section.title ~ ' | ' ~ config.title %}
{% endif %}
-<title>{{ title | default(value=config.title) | trim }}</title> \ No newline at end of file
+<title>{{ title | default(value=config.title) | trim | safe }}</title> \ No newline at end of file