summaryrefslogtreecommitdiffstats
path: root/blog.html
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2012-12-13 16:19:27 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2012-12-13 16:19:27 +0100
commit1c2d20f2e79f2dc139b8b3c9d31d9ddac9067a26 (patch)
tree8d27268694c7493455a61c5f34170735d3371ace /blog.html
parent502cec0bc3da5af51a40176717433e29b30e3b87 (diff)
downloadwww-1c2d20f2e79f2dc139b8b3c9d31d9ddac9067a26.tar.gz
www-1c2d20f2e79f2dc139b8b3c9d31d9ddac9067a26.tar.bz2
www-1c2d20f2e79f2dc139b8b3c9d31d9ddac9067a26.zip
filter posts for blog and protocolls
Diffstat (limited to 'blog.html')
-rw-r--r--blog.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/blog.html b/blog.html
index 01af04e..9b67839 100644
--- a/blog.html
+++ b/blog.html
@@ -5,7 +5,7 @@
{% block content %}
<div id="blog-index">
- {% for year,entries in site.posts|group_by_year|dictsort|reverse %}
+ {% for year,entries in site.posts|filter_by_path('blog/')|group_by_year|dictsort|reverse %}
<div class="blog-year">
<h3>{{ year }}</h3>
{% for post in entries %}