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

Show backers on donation page (#1152)

This commit is contained in:
2022-05-01 19:52:46 -05:00
committed by Daniel Gray
parent cebf65a89b
commit 137a553ace
6 changed files with 38 additions and 14 deletions

View File

@ -23,4 +23,14 @@
</section>
{% endblock %}
{% block footer %}
<footer class="md-footer">
<div class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
{% include "partials/copyright.html" %}
{% if config.extra.social %}
{% include "partials/social.html" %}
{% endif %}
</div>
</div>
</footer>
{% endblock %}