From c1856d1f3edbc4b32be5860233dede88db16a7bb Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Thu, 1 Jan 2026 17:36:39 +0200 Subject: Start migrating content --- templates/section.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'templates/section.html') diff --git a/templates/section.html b/templates/section.html index c9ed8b1..b72f536 100644 --- a/templates/section.html +++ b/templates/section.html @@ -1,8 +1,18 @@ -{% extends "base.html" %} {% block content %} +{% extends "base.html" %} {% block content %} {% set posts = +get_section(path="posts/_index.md") %}

{{ section.title }}

-{% for page in section.pages %} -