started rgpd integration
This commit is contained in:
@@ -92,9 +92,15 @@
|
||||
{% if page.footer_left or page.footer_center or page.footer_right %}
|
||||
<footer role="contentinfo">
|
||||
<div class="wrapper">
|
||||
{{ page.footer_left }}
|
||||
{{ page.footer_center }}
|
||||
{{ page.footer_right }}
|
||||
<div id="footer-left">
|
||||
{{ page.footer_left }}
|
||||
</div>
|
||||
<div id="footer-middle">
|
||||
{{ page.footer_center }}
|
||||
</div>
|
||||
<div id="footer-right">
|
||||
{{ page.footer_right }}
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
{% endif %}
|
||||
|
Reference in New Issue
Block a user