feature: allow overriding signup pitch

This commit is contained in:
Andy Burke 2026-01-27 00:18:55 -08:00
parent 6637927e20
commit ebf0e4428e
11 changed files with 43 additions and 42 deletions

View file

@ -140,7 +140,7 @@
<div class="label">Forum</div></label
>
<div class="tab-content forum-container">
<!-- #include file="./README.md" -->
<!-- #include "./README.md" -->
<div
id="posts-list"
@ -234,7 +234,7 @@
</div>
<div class="reactions-container"></div>
<button class="icon more" commandfor="eventactionspopover"></button>
<!-- #include file="./new_post.html" -->
<!-- #include "./new_post.html" -->
<div class="replies-container"></div>
</div>
</template>
@ -251,6 +251,6 @@
</template>
</div>
<!-- #include file="./new_post.html" -->
<!-- #include "./new_post.html" -->
</div>
</div>