{% 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 %}
{% include footer-custom.html %} {%- if site.footer_links -%}

{%- for footer_link in site.footer_links -%} {%- if footer_link.title == 'LinkedIn' %} {{ site.linkedin_title }} {% elsif footer_link.title == 'Twitter' %} {{ site.twitter_title }} {% elsif footer_link.title == 'TechFunHouse' %} {{ site.techfunhouse_title }} {%- endif -%} {%- endfor -%}
{%- endif -%}