From 8c7130e2a13faefca56dca8a9278bb1852d31d2b Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Tue, 6 Feb 2024 13:12:48 -0600 Subject: update page template to include local titles --- templates/page.html | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'templates/page.html') diff --git a/templates/page.html b/templates/page.html index c44e8a0..99f42ab 100644 --- a/templates/page.html +++ b/templates/page.html @@ -1,5 +1,9 @@ {% extends "base.html" %} +{% block title %} +{{ page.title }} | cleberg.net +{% endblock %} + {% block css %} -- cgit v1.2.3-70-g09d2