add threads n posts

This commit is contained in:
2025-05-18 17:55:03 +03:00
parent f5485702a8
commit 4039d6d299
7 changed files with 182 additions and 2 deletions

View File

@ -6,7 +6,7 @@
<ul>
<% for i, v in ipairs(topic_list) do %>
<li>
<a href=<%= v.slug %>><%= v.name %></a> - <%= v.description %>
<a href=<%= url_for("topic", {slug = v.slug}) %>><%= v.name %></a> - <%= v.description %>
</li>
<% end %>
<% end %>