From 82f1326d504a41a2b045f5a95395061b4a2d860a Mon Sep 17 00:00:00 2001 From: david-swift Date: Tue, 11 Mar 2025 14:38:21 +0100 Subject: [PATCH] Replace previous/next button by back button #2 The order in subprojects is less important than the order in blogs --- templates/subproject.html | 24 +++++++----------------- 1 file changed, 7 insertions(+), 17 deletions(-) diff --git a/templates/subproject.html b/templates/subproject.html index 8dc68a8..5094769 100644 --- a/templates/subproject.html +++ b/templates/subproject.html @@ -119,21 +119,11 @@ {%- include "partials/comments.html" -%} {%- endif -%} -{%- if page.lower or page.higher -%} -
- -{%- endif -%} +
+ {% endblock content %}