{%- if include.footer -%} {% assign editorial = site.posts | where: 'layout', 'editorial' | first %} {% include_cached editorial.html editorial=editorial %} {%- endif -%}
    {%- for link in site.i18n.footer.links %}
  • {{ link.text }}
  • {%- endfor %}
{{ site.i18n.footer.made_with_sutty | markdownify }}