From 32ba6503ff6825c5aa39527af15ca9065103da30 Mon Sep 17 00:00:00 2001 From: Damian Myrda Date: Sat, 21 Sep 2024 10:15:35 -0500 Subject: [PATCH] Added mutable titles --- web/templates/404.html | 4 ++++ web/templates/base.html | 6 +++--- web/templates/index.html | 4 ++++ web/templates/projects.html | 4 ++++ 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/web/templates/404.html b/web/templates/404.html index 5b214f4..ef7ad61 100644 --- a/web/templates/404.html +++ b/web/templates/404.html @@ -5,6 +5,10 @@ {{ nav::bar(active="") }} {% endblock %} +{% block title %} +not found +{% endblock %} + {% block content %}

not found

diff --git a/web/templates/base.html b/web/templates/base.html index 3634357..bdd259a 100644 --- a/web/templates/base.html +++ b/web/templates/base.html @@ -2,8 +2,8 @@ - prime8 + {% block title %}{% endblock %}