1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-07-01 17:22:39 +00:00

Website Redesign (#1360)

Co-authored-by: Jonah Aragon <jonah@triplebit.net>
This commit is contained in:
lexi
2022-05-30 23:03:09 -05:00
committed by GitHub
parent fcd366af2a
commit c4f1e269c8
32 changed files with 448 additions and 198 deletions

View File

@ -27,15 +27,3 @@
</div>
</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 %}