add user signatures

This commit is contained in:
2025-05-24 17:28:07 +03:00
parent fbe582ccbc
commit ccb2819b01
10 changed files with 46 additions and 7 deletions

View File

@ -8,7 +8,7 @@
<span>Posted in <a href="<%= url_for("topic", {slug = topic.slug}) %>"><%= topic.name %></a></span>
</nav>
<% for i, post in ipairs(posts) do %>
<% render("views.threads.post", {post = post, is_latest = i == #posts}) %>
<% render("views.threads.post", {post = post, render_sig = true, is_latest = i == #posts}) %>
<% end %>
</main>