Skip to content

Latest commit

 

History

History
executable file
·
37 lines (33 loc) · 947 Bytes

posts.md

File metadata and controls

executable file
·
37 lines (33 loc) · 947 Bytes
layout
page
{% for post in paginator.posts %}
<span class="post-date">{{ post.date | date_to_string }}</span>

{{ post.content }}
{% endfor %}
{% if paginator.next_page %} Older {% else %} Older {% endif %} {% if paginator.previous_page %} {% if paginator.page == 2 %} Newer {% else %} Newer {% endif %} {% else %} Newer {% endif %}