summaryrefslogtreecommitdiffstats
path: root/blog.html
diff options
context:
space:
mode:
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 %}