Skip to content

Latest commit

 

History

History
37 lines (33 loc) · 1.04 KB

blog.md

File metadata and controls

37 lines (33 loc) · 1.04 KB
layout title
page
Blog
{% for post in site.posts %}
<span class="post-date">{{ post.date | date_to_string }} by <a href="{{ site.baseurl }}/people/{{ post.author }}">{{ post.author }}</a></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 %}