From 1c2d20f2e79f2dc139b8b3c9d31d9ddac9067a26 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 13 Dec 2012 16:19:27 +0100 Subject: filter posts for blog and protocolls --- blog.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'blog.html') diff --git a/blog.html b/blog.html index 01af04e..9b67839 100644 --- a/blog.html +++ b/blog.html @@ -5,7 +5,7 @@ {% block content %}
- {% 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 %}

{{ year }}

{% for post in entries %} -- cgit v1.2.3-1-g7c22