Skip to content

Instantly share code, notes, and snippets.

@passcod
Created October 30, 2012 10:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save passcod/3979409 to your computer and use it in GitHub Desktop.
Save passcod/3979409 to your computer and use it in GitHub Desktop.
---
title: blog
layout: default
advlayout: true
---
<section class="ninecol">
<h1>Latest post: <a href="{{ site.posts.first.href }}">{{ site.posts.first.title }}</a></h1>
</section>
<nav class="threecol last">
<h1>More posts:</h1>
<ul class="sq">
{% for posts in site.posts %}
<li><a href="{{ post.href }}">
<time datetime="{{ post.date }}">{{ post.date | date_to_string }}</time>
{{ post.title }}
</a></li>
{% endfor %}
</ul>
</nav>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment