From d8445450d876f0d3e846bff1e197df172e8a63ef Mon Sep 17 00:00:00 2001 From: Tiago vasconcelos Date: Tue, 21 Jun 2022 10:45:09 +0100 Subject: [PATCH] quik fix logo placement --- lnbits/templates/base.html | 3 ++- lnbits/templates/public.html | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/lnbits/templates/base.html b/lnbits/templates/base.html index 758a746f..bf29bce6 100644 --- a/lnbits/templates/base.html +++ b/lnbits/templates/base.html @@ -38,7 +38,8 @@ Logo {%else%} {% if SITE_TITLE != 'LNbits' %} {{ SITE_TITLE }} {% else %} - LNbits {% endif %} {%endif%} {% endblock %} + LNbits {% endif %} {%endif%} {% + endblock %} {% block beta %} diff --git a/lnbits/templates/public.html b/lnbits/templates/public.html index a0dcbda8..8e953ed1 100644 --- a/lnbits/templates/public.html +++ b/lnbits/templates/public.html @@ -8,6 +8,7 @@ {% if USE_CUSTOM_LOGO %} Logo {%else%} {% if SITE_TITLE != 'LNbits' %} {{ SITE_TITLE }} {% else %} - LNbits {% endif %} {% endif %} + LNbits + {% endif %} {% endif %} {% endblock %}