Skip to content

Instantly share code, notes, and snippets.

@pizn
Created December 7, 2012 02:50
Show Gist options
  • Save pizn/4230343 to your computer and use it in GitHub Desktop.
Save pizn/4230343 to your computer and use it in GitHub Desktop.
index.html
---
layout: default
title: Liaa's
---
{% for post in site.posts %}
  <li>{{ post.date | date_to_string }} <a href="{{ site.baseurl }}{{ 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