Skip to content

Latest commit

 

History

History
40 lines (36 loc) · 1.07 KB

news.md

File metadata and controls

40 lines (36 loc) · 1.07 KB
layout title
page
News
{% for post in site.posts %}
<span class="post-date">{{ post.date | date_to_string }}</span>

{{ post.excerpt }}
{% if post.content contains site.excerpt_separator %}
  <a href="{{ site.baseurl }}{{ post.url }}">Read more</a>
{% endif %}
{% endfor %}
{% if paginator.next_page %} Older {% else %} Older {% endif %} {% if paginator.previous_page %} {% if paginator.page == 2 %} Newer {% else %} Newer {% endif %} {% else %} Newer {% endif %}