2.16.0
(In Progress) Page Footer Component
Component in progress
npm install @bolt/components-page-footer
Set content
as arbitrary HTML:
{% set content %}
<p>Whatever HTML content you want</p>
{% endset %}
{% include "@bolt-components-page-footer/page-footer.twig" with {
content: content
} only %}