From 45ec7d444aeaa5d8741f6cb35a12bbf28300b94d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 22 Dec 2023 14:48:58 +0100 Subject: [PATCH] change: txtdiary -> diary in header --- src/templates/header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/header.html b/src/templates/header.html index 107cf8f..b417d24 100644 --- a/src/templates/header.html +++ b/src/templates/header.html @@ -1,5 +1,5 @@
-

txtdiary{{ " of " + config.user.name if config.user.name else "" }}

+

diary{{ " of " + config.user.name if config.user.name else "" }}

{% if not (login_page or config.is_logged()) %}