{% 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 %}

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

{% endif %}

Powered by Jekyll & Hamilton

{{ site.description | escape }}