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