1
0
mirror of https://github.com/privacyguides/blog.privacyguides.org.git synced 2025-07-22 19:31:08 +00:00

Initial commit

This commit is contained in:
2022-10-23 18:22:02 -05:00
commit 26fcd1924c
31 changed files with 2282 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
<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>