From 78236dea8d10882b2d41c84ab7f9465a2baadf1f Mon Sep 17 00:00:00 2001 From: Rayan fernandes <37145078+Rayanfer32@users.noreply.github.com> Date: Mon, 7 Jun 2021 09:33:16 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20Custom=20font=20added?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/templates/header.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/app/templates/header.html b/app/templates/header.html index 06a89ac..35a82c2 100644 --- a/app/templates/header.html +++ b/app/templates/header.html @@ -7,6 +7,18 @@ + + + + + {% if title %} {{title}} {% else %} Telegram Index {% endif %} @@ -15,9 +27,9 @@ -
+
- Telegram Index + tgindex {% if authenticated %} Logout {% else %} {% endif %}