Skip to content

Latest commit

 

History

History
59 lines (57 loc) · 1.4 KB

index.md

File metadata and controls

59 lines (57 loc) · 1.4 KB
layout title
news
Community News
{% for post in site.posts %}
{{ post.date | date: '%m-%d-%Y' }}
{% if content %} {{ content }} {% else %} {{ post.content }} {% endif %}
{% endfor %}

{% if site.total_pages > 1 %}

{% if site.previous_page > 1 %} {% capture page_url %}page{{ page }}{% endcapture%} {% endif %} {% if site.previous_page %} {% endif %}
{% for page in (1..site.total_pages) %}
{% if page > 1 %} {% capture page_url %}page{{ page }}{% endcapture%} {% endif %} {% if page == site.page %} {{ page }} {% else %} {{ page }} {% endif %} {% endfor %} {% if site.next_page %} {% endif %}
{% endif %}