Вывести разный footer, на главную и в пост.
{% if page.id %} {% include footer-post.html %} {% else %} {% include footer.html %} {% endif %}