Commit Graph

7 Commits

Author SHA1 Message Date
c85479129c Use {{ _('') }} instead of {% trans %}{% endtrans %} for short strings and headings 2013-01-18 04:36:24 +00:00
18b1ea8fc1 Fixed URLs and added translation tags to blog, downloads and meetings pages 2013-01-18 03:42:02 +00:00
8e09d84d09 Reworked meta dict usage to make blog templates easier to understand
Displayed dates in the blog templates are now all taken from meta['date'],
which can be set by the 'date' metatag in the blog post but defaults to the
date obtained from the post's slug (i.e. what subfolder the post is in).
2013-01-16 01:41:24 +00:00
2acc8bc433 Blog entries -> Blog posts 2013-01-09 00:32:32 +00:00
54fcb9dcde Added a link to the blog from the list of latest entries 2012-12-11 19:33:05 +00:00
618107505a Dynamically generate latest blog entries
TODO: this should probably be cached somewhere
2012-11-09 00:44:57 +00:00
5d5419b0c4 Moved latest news list from index.html to a separate file (since it will be updated more often) 2012-09-19 12:02:03 +00:00