--- layout: default ---
{% if paginator.total_pages > 1 %}
    {% if paginator.previous_page %}
  • «
  • {% else %}
  • {% endif %}
  • First
  • {% for page in (1..paginator.total_pages) %} {% if page == paginator.page %}
  • {{ page }}(current)
  • {% elsif page == 1 %}
  • {{ page }}
  • {% else %}
  • {{ page }}
  • {% endif %} {% endfor %}
  • Last
  • {% if paginator.next_page %}
  • »
  • {% else %}
  • »
  • {% endif %}
{% endif %}
{%- include blog_sidebar.html -%}