{% assign footer = site.data.footer %} {% if footer.type == 'slim' %} {% include components/footer--slim.html %} {% elsif footer.type == 'default' or footer.type == 'medium' %} {% include components/footer--default.html %} {% elsif footer.type == 'big' %} {% include components/footer--big.html %} {% endif %}