fix: correct plugin import path in docs, wire up orphaned footer template

docs/PLUGIN_DEVELOPMENT.md referenced a nonexistent hbd/plugin.py and
hbd/plugins/ directory; the real module is hbd/client/plugin.py with
plugins under hbd/client/plugins/, as README.md and the actual code
already use. Anyone following the doc would hit ModuleNotFoundError.

foot.html was never included by any template (confirmed via git grep
and template audit) despite being actively maintained; wired it into
about.html. menu.html was fully commented out and unreferenced, so
removed it.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
Andreas Wrede
2026-07-31 09:51:36 -04:00
co-authored by Claude Sonnet 5
parent 4c3a63e645
commit 1e46f33648
3 changed files with 12 additions and 12 deletions
+2
View File
@@ -107,6 +107,8 @@
</section>
</div>
{% include 'foot.html' %}
<script>
(function() {
var startEpoch = {{ start_epoch }};