added the Configure button below the sideboxes

This commit is contained in:
2025-09-28 23:30:45 -06:00
parent e37a58f62a
commit 66f1ed411c
+7
View File
@@ -54,5 +54,12 @@
{{ ctxt.SetScratch("__sidebox", .) }}
{{ ctxt.SubRender(.TemplateName) | raw }}
{{ end }}
{{ if !.CurrentUser().IsAnon }}
<div class="text-center">
<a href="/TODO/config-sideboxes"
class="bg-gray-600 hover:bg-gray-700 text-white px-4 py-2 rounded text-sm font-medium transition-colors inline-block">Configure</a>
</div>
{{ end }}
</div>
</div>