Skip to content

Instantly share code, notes, and snippets.

@matthewowen
Created March 1, 2012 18:37
Show Gist options
  • Save matthewowen/1952010 to your computer and use it in GitHub Desktop.
Save matthewowen/1952010 to your computer and use it in GitHub Desktop.
Jekyll
{% for post in site.posts limit:5 %}
<li><span>{{ post.date | date_to_string }}:</span><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