diff --git a/lnbits/core/templates/core/index.html b/lnbits/core/templates/core/index.html index 9d3c26dce..6b774669f 100644 --- a/lnbits/core/templates/core/index.html +++ b/lnbits/core/templates/core/index.html @@ -4,12 +4,16 @@
-
+
-

{{SITE_TITLE}}

-
{{SITE_TAGLINE}}
+

+ {{SITE_TITLE}} +

+
+ {{SITE_TAGLINE}} +
{% if lnurl and LNBITS_NEW_ACCOUNTS_ALLOWED and ("user-id-only" in LNBITS_AUTH_METHODS)%} @@ -33,7 +37,7 @@ {%else%} {% endif %}
-
+
@@ -282,11 +286,16 @@
-
+

{{SITE_TITLE}}

+
{{SITE_TAGLINE}}
+
+
+ +
- - {% if AD_SPACE %} {% for ADS in AD_SPACE %} {% set AD = ADS.split(';') %} -
- {{ AD_SPACE_TITLE }} - - - - - -
- {% endfor %} {% endif %}
+ {% if AD_SPACE %} {% for ADS in AD_SPACE %} {% set AD = ADS.split(';') %} +
+ {{ AD_SPACE_TITLE }} + + + + + +
+ {% endfor %} {% endif %}
-
+