From 7d5c522e6a923ca72509ec2361889c3f0354e92c Mon Sep 17 00:00:00 2001 From: gpkvt Date: Tue, 6 Jun 2023 17:17:15 +0200 Subject: [PATCH] fixed title --- templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/base.html b/templates/base.html index e664790..c770c72 100644 --- a/templates/base.html +++ b/templates/base.html @@ -6,7 +6,7 @@ {%- endif %} - {{ title }} + {{ i18n.title }} {%- if config.animations == "1" or config.animations == "true" %}