Skip to content

Latest commit

 

History

History
40 lines (38 loc) · 1.23 KB

File metadata and controls

40 lines (38 loc) · 1.23 KB
layout default

Next

    {% for post in site.pages %} {% if post.next %}
  1. {{ post.edition }} · {{ post.date | date: "%b %d, %Y" }} · {{ post.title }}
  2. {% endif %} {% endfor %}

Past

    {% for post in site.posts %} {% if post.no_presentation %}
  1. {{ post.edition }} · {{ post.date | date: "%b %d, %Y" }} · {{ post.title }}
  2. {% elsif post.past %}
  3. {{ post.edition }} · {{ post.date | date: "%b %d, %Y" }} · {{ post.title }}
  4. {% endif %} {% endfor %}
  5. #001 · Jul 20, 2010 · Free Discussions
  6. #000 · Jun 10, 2010 · Free Discussions