From 52412a3c32923de20a9050fbb94668703db6b5cf Mon Sep 17 00:00:00 2001 From: Corban-Lee Jones Date: Thu, 22 Aug 2024 18:16:53 +0100 Subject: [PATCH] use new fonts --- apps/templates/home/index.html | 2 +- apps/templates/layouts/base.html | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/templates/home/index.html b/apps/templates/home/index.html index acc7eac..c1d57e8 100644 --- a/apps/templates/home/index.html +++ b/apps/templates/home/index.html @@ -25,7 +25,7 @@
PYRSS Logo -

PYRSS

+

PYRSS

Select or add a server from the left hand menu to get started. For more help check the README.

diff --git a/apps/templates/layouts/base.html b/apps/templates/layouts/base.html index ba588c5..3ac70d4 100644 --- a/apps/templates/layouts/base.html +++ b/apps/templates/layouts/base.html @@ -39,9 +39,10 @@ + {% include "includes/fonts.html" %} {% block stylesheets %}{% endblock stylesheets %} - + {% include 'includes/navbar.html' %}