1
1
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2026-05-25 04:41:28 +00:00
Files

11 lines
313 B
HTML
Raw Permalink Normal View History

2022-05-30 23:03:09 -05:00
<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>