diff --git a/views/threads.ejs b/views/threads.ejs index 5a86f46..8058a3e 100644 --- a/views/threads.ejs +++ b/views/threads.ejs @@ -3,6 +3,8 @@ <%- include("extra/meta", {title: "Thread list!" }) %> + + <%- include("extra/navbar") %> @@ -17,6 +19,7 @@ <%= thread.title %>
+ <%= thread.author.name %>