From 8ad581658bff0e0b0a6e7bc29201f6bca0370410 Mon Sep 17 00:00:00 2001 From: m Date: Sun, 22 Mar 2026 20:56:09 +0100 Subject: [PATCH] title fix --- templates/about.html | 4 ++-- templates/index.html | 3 +-- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/templates/about.html b/templates/about.html index 427e217..87bda0b 100644 --- a/templates/about.html +++ b/templates/about.html @@ -1,5 +1,5 @@ -{% extends "base.html" %} {% block title %}About - Simple Blog Template{% -endblock %} {% block content %} +{% extends "base.html" %} {% block title %}{{blog_title}}{% endblock %}{% block +content %}
diff --git a/templates/index.html b/templates/index.html index e90807f..553bcb7 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,5 @@ {% from "components/post_preview.html" import render_post %} {% extends -"base.html" %} {% block title %}{{blog_title.title}}{% endblock %} {% block -content %} +"base.html" %} {% block title %}{{blog_title}}{% endblock %} {% block content %}