Rationalise docs part 2 #151

This commit is contained in:
Ian Renton
2026-09-23 17:42:06 +01:00
parent b45a6d8b78
commit c9d0a7652c
16 changed files with 44 additions and 39 deletions
+2 -2
View File
@@ -3,12 +3,12 @@
<div id="info-container" class="mt-4">
<p class="small mb-0"><a href="/help">Spothole Help</a></p>
{% block help_content %}{% end %}
{% block help_content %}{% end %}
<p class="small mt-4"><a href="/help">Back</a></p>
</div>
<script>$(document).ready(function () {
$("#nav-link-about").addClass("active");
$("#nav-link-help").addClass("active");
}); <!-- highlight active page in nav --></script>
{% end %}