mirror of
https://github.com/lnbits/lnbits.git
synced 2025-09-28 12:56:16 +02:00
Fixes ad issue on homepage + readme badges (#2422)
Fixes broken ad layout on homepage * Removed telegram link
This commit is contained in:
11
README.md
11
README.md
@@ -4,19 +4,12 @@
|
|||||||
<img src="https://i.imgur.com/fyKPgVT.png" style="width:300px">
|
<img src="https://i.imgur.com/fyKPgVT.png" style="width:300px">
|
||||||
</picture>
|
</picture>
|
||||||
|
|
||||||
<b>(BETA)</b>
|
 [![license-badge]](LICENSE) [![docs-badge]][docs]  [<img src="https://img.shields.io/badge/community_chat-Telegram-24A1DE">](https://t.me/lnbits) [<img src="https://img.shields.io/badge/sponsored_by-%3E__OpenSats-f97316">](https://opensats.org)
|
||||||
|
|
||||||
[![license-badge]](LICENSE) [![docs-badge]][docs]
|
|
||||||
|
|
||||||

|

|
||||||
|
|
||||||
# The world's most powerful suite of bitcoin tools.
|
# The world's most powerful suite of bitcoin tools.
|
||||||
|
|
||||||
## Run for yourself, for others, or as part of a stack.
|
## Run for yourself, for others, or as part of a stack.
|
||||||
|
LNbits is beta, for responsible disclosure of any concerns please contact an admin in the community chat.
|
||||||
(Join us on [https://t.me/lnbits](https://t.me/lnbits))
|
|
||||||
|
|
||||||
LNbits is beta, for responsible disclosure of any concerns please contact an admin in [https://t.me/lnbits](https://t.me/lnbits)
|
|
||||||
|
|
||||||
LNbits is a Python server that sits on top of any funding source. It can be used as:
|
LNbits is a Python server that sits on top of any funding source. It can be used as:
|
||||||
|
|
||||||
|
@@ -502,12 +502,13 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
{% if AD_SPACE %}
|
{% if AD_SPACE %}
|
||||||
<div class="q-mx-auto">
|
<div class="row justify-center">
|
||||||
<q-btn flat color="secondary" class="full-width q-mb-md"
|
<q-btn flat color="secondary" class="full-width q-mb-md"
|
||||||
>{{ AD_SPACE_TITLE }}</q-btn
|
>{{ AD_SPACE_TITLE }}</q-btn
|
||||||
>
|
>
|
||||||
<div class="row justify-center">
|
|
||||||
{% for ADS in AD_SPACE %} {% set AD = ADS.split(';') %}
|
{% for ADS in AD_SPACE %} {% set AD = ADS.split(';') %}
|
||||||
<div class="flex flex-center column">
|
<div class="flex flex-center column">
|
||||||
<a href="{{ AD[0] }}">
|
<a href="{{ AD[0] }}">
|
||||||
@@ -522,9 +523,8 @@
|
|||||||
|
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
|
||||||
<div v-if="'{{SITE_TITLE}}' == 'LNbits'" class="row gt-sm q-mt-xl">
|
<div v-if="'{{SITE_TITLE}}' == 'LNbits'" class="row gt-sm q-mt-xl">
|
||||||
<div class="col-1"></div>
|
<div class="col-1"></div>
|
||||||
<div class="col-10 q-pl-xl">
|
<div class="col-10 q-pl-xl">
|
||||||
|
Reference in New Issue
Block a user