{% seo %}

All Stories

{% for post in paginator.posts %} {% if post.categories contains 'science' %} {% include main-loop-card.html %} {% endif %} {% endfor %}
{% if paginator.total_pages > 1 %}
    {% if paginator.previous_page %}
  • « Prev
  • {% else %}
  • «
  • {% 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 %}
  • »
  • {% endif %}
{% endif %}