From 20d4b954c0d736103bce7760edbd38ab131b7352 Mon Sep 17 00:00:00 2001 From: Gene Takavic <80261724+iWarpBTC@users.noreply.github.com> Date: Fri, 9 Feb 2024 16:08:02 +0100 Subject: [PATCH] fix: custom site desc (#2254) * custom site desc * fiddled formatting --------- Co-authored-by: arcbtc --- lnbits/core/templates/core/index.html | 56 ++++++++++++++------------- 1 file changed, 30 insertions(+), 26 deletions(-) diff --git a/lnbits/core/templates/core/index.html b/lnbits/core/templates/core/index.html index 9d3c26dc..6b774669 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 %}
-
+