simple event system + event announcement for european conference

This commit is contained in:
Nils Schneider 2011-10-24 16:40:30 +02:00
parent b458deff74
commit 4a2d95f3bb
9 changed files with 47 additions and 13 deletions

View file

@ -7,7 +7,7 @@ section: news
<div class="span5">
<h5>News archive</h5>
<ul class="unstyled">
{% for post in site.posts %}
{% for post in site.categories.releases %}
<li>
<a href="{{ post.url }}">{{ post.title }}</a>
{{ post.date | date:"%Y-%m-%d" }}