diff --git a/templates/archive.html b/templates/archive.html
index e234081..2f14ffd 100644
--- a/templates/archive.html
+++ b/templates/archive.html
@@ -9,10 +9,11 @@
+ {%- set section_path = section.extra.section_path | default(value="blog/") -%}
{%- if lang == config.default_language %}
- {%- set section_item = get_section(path="blog/" ~ "_index.md") %}
+ {%- set section_item = get_section(path=section_path ~ "_index.md") %}
{%- else %}
- {%- set section_item = get_section(path="blog/" ~ "_index." ~ lang ~ ".md") %}
+ {%- set section_item = get_section(path=section_path ~ "_index." ~ lang ~ ".md") %}
{%- endif %}
{% for year, posts in