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 @@
{%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 %}
{%else%} {% if SITE_TITLE != 'LNbits' %} {{ SITE_TITLE }} {% else %}
- LNbits {% endif %} {% endif %}
+ LNbits
+ {% endif %} {% endif %}
{% endblock %}