From c38a7d82fd7d5d187bc12c74ba684110b0b10e78 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sat, 18 Jul 2026 10:05:29 +1200 Subject: Finish list of blog pages --- templates/blog.html | 24 ++++++++++++++++++++---- templates/header.html | 2 +- templates/index.html | 2 +- 3 files changed, 22 insertions(+), 6 deletions(-) (limited to 'templates') diff --git a/templates/blog.html b/templates/blog.html index 4653d1c..2690196 100644 --- a/templates/blog.html +++ b/templates/blog.html @@ -1,10 +1,26 @@ {% extends "base.html" %} {% block content %} -

{{ section.title }}

- + + {% endblock content %} diff --git a/templates/header.html b/templates/header.html index ef38e96..5e64f05 100644 --- a/templates/header.html +++ b/templates/header.html @@ -1,7 +1,7 @@