1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-02 01:32:41 +00:00

docs: Add employee information (#2692)

Signed-off-by: redoomed1 <161974310+redoomed1@users.noreply.github.com>
Signed-off-by: Mare Polaris <15004290+ph00lt0@users.noreply.github.com>
This commit is contained in:
2024-08-03 10:48:04 -05:00
parent 938ea2535f
commit 53eaa1eee9
6 changed files with 62 additions and 9 deletions

View File

@ -91,3 +91,23 @@
</script>
{% endif %}
{% endblock %}
{% if config.theme.language == "en" %}
{% 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="/en/about/donate">
<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 %}