{% if site.theme_switch == true %}
Light/Dark
{% endif %}
{% include links.html %}
{% if site.email != null and site.author != null %}
Copyright (c) 20{{ site.time | date: '%y' }} {{site.author}} - <{{site.email}}>
{% endif %}