Skip to content

Instantly share code, notes, and snippets.

@gwijayas
Created June 6, 2013 05:24
Show Gist options
  • Save gwijayas/5719488 to your computer and use it in GitHub Desktop.
Save gwijayas/5719488 to your computer and use it in GitHub Desktop.
piecrust test _index.html
---
title: my Blog
format: none
layout: default.twig
---
{% for post in pagination.posts %}
<article>
<h2>{{ post.title }}</h2>
<p>{{ post.content|raw }}</p>
</article>
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment