summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-04 20:25:51 +0200
committerNico von Geyso <Nico.Geyso@FU-Berlin.de>2012-08-04 20:25:51 +0200
commitd7a977ce2996e1d73db5cb5b3035ae41f8acfbbf (patch)
treef39effc89ac2cbc08ceb67c51a34fa904f79ad37 /index.html
parent09e2f68e5e1467c3f1b00ac483550661071e433f (diff)
downloadwww-d7a977ce2996e1d73db5cb5b3035ae41f8acfbbf.tar.gz
www-d7a977ce2996e1d73db5cb5b3035ae41f8acfbbf.tar.bz2
www-d7a977ce2996e1d73db5cb5b3035ae41f8acfbbf.zip
restructured index blog entries
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index b2cd330..95051e3 100644
--- a/index.html
+++ b/index.html
@@ -9,9 +9,9 @@
<h2>news</h2>
{% for post in site.posts|batch(3)|first %}
<p>
- <a href="{{ post.get_url() }}">{{ post.title }}</a>
+ {{ post.date.strftime('%d.%m.%Y') }}
-
- {{ post.date.strftime('%Y, %B %d') }}
+ <a href="{{ post.get_url() }}">{{ post.title }}</a>
</p>
{% endfor %}
</div>