mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2025-08-03 11:56:30 -04:00
10 lines
313 B
HTML
10 lines
313 B
HTML
<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>
|