--- layout: default title: arcanis' blog comment: false share: false back: 1 ---

arcanis' blog

{% for post in paginator.posts %}

{{ post.title }}

{{ post.date | date_to_string}}

{{ post.description }}

Tags: {{ post.tags }}

{% endfor %} {% if paginator.total_pages > 1 %} {% if paginator.previous_page %} « Prev {% else %} « Prev {% endif %} {% for page in (1..paginator.total_pages) %} {% if page == paginator.page %} {{ page }} {% elsif page == 1 %} {{ page }} {% else %} {{ page }} {% endif %} {% endfor %} {% if paginator.next_page %} Next » {% else %} Next » {% endif %} {% endif %}