Commit 28527787 authored by Luca Cinquini's avatar Luca Cinquini
Browse files

Adding blog.

parent 46edd14d
Loading
Loading
Loading
Loading

docs/blog/index.html

0 → 100644
+12 −0
Original line number Diff line number Diff line
---
layout: default
title: Hank Quinlan's Blog
---
	<h1>{{ page.title }}</h1>
	<ul class="posts">

	  {% for post in site.posts %}
	    <li><span>{{ post.date | date_to_string }}</span> » <a href="{{ post.url }}" title="{{ post.title }}">{{ post.title }}</a></li>
	  {% endfor %}
	</ul>