From 1bfeb5825a12af4ae4e9228da350b0e93460e3e2 Mon Sep 17 00:00:00 2001 From: Chris Fulljames Date: Tue, 18 Feb 2025 18:57:38 -0500 Subject: [PATCH] Handle all links, not just navbar --- templates/base.html | 17 ++++++++++++----- todo.txt | 1 - 2 files changed, 12 insertions(+), 6 deletions(-) diff --git a/templates/base.html b/templates/base.html index f14ef47..69b1a9d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -11,18 +11,25 @@ {% endblock %}