Subscribe

{% if site.data.social %}
{% for social in site.data.social %} {% endfor %}
{% endif %}
{% assign year_from = site.posts[-1].date | date: '%Y' %} {% assign year_to = site.time | date: '%Y' %} {% if year_from == nil or year_from == year_to %} {% assign year_string = year_from %} {% else %} {% assign year_string = year_from | append: ' ' | append: '-' | append: ' ' | append: year_to %} {% endif %} {% if site.author %} {% if site.email %}

© {{ year_string }} {{ site.author }}; All rights reserved.

{% else %}

© {{ year_string }} {{ site.author }}; All rights reserved.

{% endif %} {% endif %}

Powered by Jekyll & Hamilton