From aa0beea88d801867cc362587d77063233a82a6ad Mon Sep 17 00:00:00 2001 From: Amolith Date: Tue, 17 Mar 2026 11:43:07 -0600 Subject: [PATCH] Move 'td' to end of page titles for better scannability --- templates/error.html | 2 +- templates/index.html | 2 +- templates/project.html | 2 +- templates/task.html | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/templates/error.html b/templates/error.html index b2ac79dad2043609d77ab93445474e2d276b1265..f11d7117e8bc7cd529fbd2b3aac88b6d0f28f83a 100644 --- a/templates/error.html +++ b/templates/error.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}td — error{% endblock %} +{% block title %}error — td{% endblock %} {% block content %}
diff --git a/templates/index.html b/templates/index.html index d27c8fdc5986e621888a51445da3f5215b2943fc..9ebf498ff166ba867b2392d52dae399024622482 100644 --- a/templates/index.html +++ b/templates/index.html @@ -1,6 +1,6 @@ {% extends "base.html" %} -{% block title %}td — Projects{% endblock %} +{% block title %}Projects — td{% endblock %} {% block content %}

Projects

diff --git a/templates/project.html b/templates/project.html index 3a0d3b399646feafe6d1842861cfaec7d83223e5..23b0d4b7c17ff673d1582f8d92bea1203339a6be 100644 --- a/templates/project.html +++ b/templates/project.html @@ -1,7 +1,7 @@ {% extends "base.html" %} {% import "macros.html" as macros %} -{% block title %}td — {{ project_name }}{% endblock %} +{% block title %}{{ project_name }} — td{% endblock %} {% block content %}