From df04c0d28bebd39406b6167abcf58d53ad7bc077 Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Thu, 23 Apr 2026 19:14:25 -0400 Subject: [PATCH] fix: render call_to_action block so home page exposes 'new thread' button --- remarkbox_chaostheory/templates/chaostheory-base.j2 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/remarkbox_chaostheory/templates/chaostheory-base.j2 b/remarkbox_chaostheory/templates/chaostheory-base.j2 index f0d409b..407a095 100644 --- a/remarkbox_chaostheory/templates/chaostheory-base.j2 +++ b/remarkbox_chaostheory/templates/chaostheory-base.j2 @@ -52,6 +52,11 @@
+
+ {% block call_to_action %} + {% endblock %} +
+
{% block content %} {% endblock %}