Skip to content

Instantly share code, notes, and snippets.

@bieniekmateusz
Created October 10, 2012 15:04
Show Gist options
  • Save bieniekmateusz/3866198 to your computer and use it in GitHub Desktop.
Save bieniekmateusz/3866198 to your computer and use it in GitHub Desktop.
Jekyll example
{% for post in site.posts %}
<li >
<a href="{{ post.url }}"> {{post.title}}</a>
</li>
{
{% endfor %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment