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' %}