1
0
mirror of https://github.com/privacyguides/privacyguides.org.git synced 2025-08-01 00:01:04 +00:00

Update dependencies (#2289)

This commit is contained in:
2023-10-04 15:02:24 -05:00
parent a85690b306
commit 0a83385de0
8 changed files with 539 additions and 476 deletions

View File

@@ -21,12 +21,14 @@
IN THE SOFTWARE.
#} -->
<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 class="md-footer-meta md-typeset">
<div class="md-footer-meta__inner md-grid">
{% include "partials/copyright.html" %}
<!-- Social links -->
{% if config.extra.social %}
{% include "partials/social.html" %}
{% endif %}
</div>
</div>
</footer>