diff --git a/templates/archive.html b/templates/archive.html
index 9f3913b..32d6ef2 100644
--- a/templates/archive.html
+++ b/templates/archive.html
@@ -4,7 +4,7 @@
- {% set section_item = get_section(path="_index.md") %} {% for year, posts in
+ {% set section_item = get_section(path="blog/_index.md") %} {% for year, posts in
section_item.pages | group_by(attribute="year") %} {% if posts | length > 0
%}
-