Skip to content

Commit

Permalink
Changed liberapay to opencollective
Browse files Browse the repository at this point in the history
  • Loading branch information
berdandy committed Oct 28, 2024
1 parent fb9989a commit 55c0472
Showing 1 changed file with 5 additions and 14 deletions.
19 changes: 5 additions & 14 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ <h1><a href="{{ get_url(path="/", lang=lang) }}{%- if uglyurls %}/index.html{%-
{%- endif -%}
</div>
<div>

<div>
<ul>

Expand Down Expand Up @@ -135,21 +134,13 @@ <h1><a href="{{ get_url(path="/", lang=lang) }}{%- if uglyurls %}/index.html{%-
</div>
{%- endif %}
</div>

<div>
<div style="max-width: 200px; position: relative; display: inline-block; padding-bottom: 1.25em;">
<div style="display: inline-block;">
<script src="https://liberapay.com/AccessibilityWars/widgets/button.js"></script>
<noscript><a href="https://liberapay.com/AccessibilityWars/donate"><img alt="Donate using Liberapay" src="https://liberapay.com/assets/widgets/donate.svg"></a></noscript>
</div>
<div style="overflow: hidden; text-overflow: ellipsis; white-space: nowrap; position: absolute; left: 0; right: 0;">
<img src="https://img.shields.io/liberapay/goal/AccessibilityWars.svg?logo=liberapay">
</div>
</div>
</div>
</div>
<div>
<a href="https://opencollective.com/accessibility-wars/contribute" target="_blank">
<img src="https://opencollective.com/accessibility-wars/contribute/[email protected]?color=blue" width=250 />
</a>
</div>
</nav>

{%- if config.extra.sitedesc %}
{%- if config.description %}
<div class="desc">{{ config.description }}</div>
Expand Down

0 comments on commit 55c0472

Please sign in to comment.