Created
June 6, 2013 05:24
-
-
Save gwijayas/5719488 to your computer and use it in GitHub Desktop.
piecrust test _index.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- | |
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