mirror of
https://github.com/privacyguides/privacyguides.org.git
synced 2024-10-01 01:35:57 -04:00
11 lines
313 B
HTML
11 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>
|