Aktualisiere HTML des Spendenbalken
This commit is contained in:
parent
92813beb03
commit
ea346b2828
1 changed files with 3 additions and 6 deletions
|
@ -10,12 +10,9 @@ Die Werbefreiheit, unsere unkommerzielle Ausrichtung und damit verbundene Unabh
|
|||
|
||||
## Aktueller Spendenstand
|
||||
{{< rawhtml >}}
|
||||
<div class="progressbar">
|
||||
<div class="progress">
|
||||
<div class="progress-value-100">
|
||||
<div class="donation-value-text">3691,15 €</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="progressbar" role="progressbar" aria-label="Aktueller Spendenstand" aria-valuenow="100" style="--progressbar-value: 100%;">
|
||||
<div class="progressbar-value"></div>
|
||||
<span class="progressbar-label">3691,15 €</span>
|
||||
</div>
|
||||
{{< /rawhtml >}}
|
||||
|
||||
|
|
Loading…
Reference in a new issue