Skip to content

Instantly share code, notes, and snippets.

@jamesantrobus
Last active December 27, 2015 10:09
Show Gist options
  • Save jamesantrobus/7309441 to your computer and use it in GitHub Desktop.
Save jamesantrobus/7309441 to your computer and use it in GitHub Desktop.
Liquid templating (Jekyll)
{{ "{% for post in site.posts" }} %}
<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