Skip to content

Instantly share code, notes, and snippets.

@hadrienl
Created March 15, 2013 09:39
Show Gist options
  • Save hadrienl/cfaf5e1cb64260174ba3 to your computer and use it in GitHub Desktop.
Save hadrienl/cfaf5e1cb64260174ba3 to your computer and use it in GitHub Desktop.
This is the twig code to be compiled
{% for Post in Posts %}
{{ Post.Date }}
{% endfor %}
<hr>
{% for Post in Blog.Posts(4) %}
{{ Post.Date }}
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment