Mercurial > piecrust2
view piecrust/resources/theme/pages/_category.html @ 402:043b9d8304c7 2.0.0a11
linker: Fix linker returning the wrong value for `is_dir` in some situations.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Mon, 18 May 2015 23:45:51 -0700 |
parents | 485682a6de50 |
children |
line wrap: on
line source
--- title: format: none --- <h2>Posts in {{ category }}</h2> <section> {% for post in pagination.posts %} {% include 'partial_post.html' %} {% endfor %} </section> <section> {% if pagination.prev_page %}<div class="prev"><a href="{{ pagination.prev_page }}">Next Posts</a></div>{% endif %} {% if pagination.next_page %}<div class="next"><a href="{{ pagination.next_page }}">Previous Posts</a></div>{% endif %} </section>