--- layout: default ---
{% if paginator.page == 1 %} {% if paginator.total_pages != 1 %} 1 {% endif %} {% else %} 1 {% endif %} {% for count in (2..paginator.total_pages) %} {% if count == paginator.page %} {{ count }} {% else %} {{ count }} {% endif %} {% endfor %}