From 38857a608bab2ea5eb65bfc1c4614033dbf78597 Mon Sep 17 00:00:00 2001 From: Nico von Geyso Date: Sat, 7 Jul 2012 16:55:28 +0200 Subject: initial commit --- index.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 index.html (limited to 'index.html') diff --git a/index.html b/index.html new file mode 100644 index 0000000..b825f9d --- /dev/null +++ b/index.html @@ -0,0 +1,40 @@ +{% meta %} + title: Home + top_link: 2 +{% endmeta %} + +{% block content %} +

news

+{% for post in site.posts|batch(3)|first %} +

+ {{ post.title }} + - + {{ post.date.strftime('%Y, %B %d') }} +

+{% endfor %} + + +

services

+ + +{% endblock %} -- cgit v1.2.3-1-g7c22