1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 09:42:35 +00:00

feat!: Add list of monthly/annual members to website (#2927)

Signed-off-by: blacklight447 <niek@privacyguides.org>
Signed-off-by: Daniel Gray <dngray@privacyguides.org>
Signed-off-by: Freddy <freddy@privacyguides.org>
This commit is contained in:
2025-03-05 19:00:27 -06:00
parent c2cfb0fce6
commit 1c8afe6a15
15 changed files with 304 additions and 62 deletions

View File

@ -92,23 +92,3 @@
</script>
{% endif %}
{% endblock %}
{% if config.theme.language == "en" and config.extra.context == "production" %}
{% block announce %}
<span>
<strong>We don't run ads, we don't use affiliate links, and we don't have paywalls.</strong> We rely on our readers to build this community and spread the word.<br>
If you've received $3 worth of knowledge here, please donate today if you're able to. It really helps.
<a href="https://donate.magicgrants.org/privacyguides" target="_blank">
<span class="twemoji pg-red">
{% include ".icons/material/heart.svg" %}
</span>
<span class="pg-red">
Donate now
</span>
<span class="twemoji pg-red">
{% include ".icons/material/arrow-right.svg" %}
</span>
</a>
</span>
{% endblock %}
{% endif %}