Refactor sticky button into component

This commit is contained in:
Chris Hill-Scott
2019-01-14 13:34:23 +00:00
parent 509a9e861d
commit 0df88f923c
4 changed files with 18 additions and 18 deletions

View File

@@ -35,3 +35,9 @@
{% endif %}
</div>
{% endmacro %}
{% macro sticky_page_footer(button_text=None) %}
<div class="js-stick-at-bottom-when-scrolling">
{{ page_footer(button_text) }}
</div>
{% endmacro %}