From d2a4ee9f705394419ca46a0f83bd9889c47bc239 Mon Sep 17 00:00:00 2001 From: Ross Date: Mon, 11 May 2026 13:26:45 +0100 Subject: [PATCH] feat: Refactor navigation bar for consistent structure and improved user experience across templates --- anatomy/templates/anatomy/base.html | 58 ++++++++++++++-------------- rapids/templates/rapids/base.html | 58 ++++++++++++++-------------- shorts/templates/shorts/base.html | 60 ++++++++++++++--------------- 3 files changed, 88 insertions(+), 88 deletions(-) diff --git a/anatomy/templates/anatomy/base.html b/anatomy/templates/anatomy/base.html index e8b1b61f..ac0f1cfb 100644 --- a/anatomy/templates/anatomy/base.html +++ b/anatomy/templates/anatomy/base.html @@ -6,39 +6,39 @@ {% block navigation %} - + {% endblock %} {% block content %} {% if simple_content %} diff --git a/rapids/templates/rapids/base.html b/rapids/templates/rapids/base.html index 17dc1554..9094db3f 100755 --- a/rapids/templates/rapids/base.html +++ b/rapids/templates/rapids/base.html @@ -18,39 +18,39 @@ {% endif %} {% endblock %} {% block navigation %} - + {% comment %}
Questions by: author {% endcomment %} diff --git a/shorts/templates/shorts/base.html b/shorts/templates/shorts/base.html index da44b651..3a125702 100644 --- a/shorts/templates/shorts/base.html +++ b/shorts/templates/shorts/base.html @@ -18,41 +18,41 @@ {% endif %} {% endblock %} {% block navigation %} - + {% endblock %}