diff --git a/blog/templates/index.html b/blog/templates/index.html index ad0774ed..b4adb514 100644 --- a/blog/templates/index.html +++ b/blog/templates/index.html @@ -5,7 +5,7 @@ {% block title %}{{ config.title }}{% endblock title %} {% block main %} -{% set posts = sections.posts %} +{% set posts = get_section(path = "posts/_index.md") %}

This blog series creates a small operating system in the @@ -42,7 +42,7 @@


-{% set extra = sections.extra %} +{% set extra = get_section(path = "extra/_index.md") %}

{{ extra.title }}