{% include footer-custom.html %} {%- if site.footer_links -%}
{%- for footer_link in site.footer_links -%} {%- if footer_link.url contains "://" -%} {%- assign url = footer_link.url -%} {%- else -%} {%- assign url = footer_link.url | relative_url -%} {%- endif -%} {%- endfor -%}
{%- endif -%}
{% if site.copyright %} {{ site.copyright | markdownify }} {% else %}

© {{ site.time | date: '%Y' }} {{ site.name | default: site.title }}. {{ site.data.text[site.locale].powered_by | default: "Powered by" }} Jekyll & So Simple.

{% endif %}