More tweaking

This commit is contained in:
Dominic Ferrando
2025-04-25 22:17:40 -04:00
parent 00cd1cffc7
commit b73ff72849
3 changed files with 15 additions and 13 deletions
+1 -3
View File
@@ -102,9 +102,7 @@ templ PostOriginal(post database.Post, thread database.Thread) {
}
</span>
<h1 class="thread-subject">
if thread.Subject != "" {
{ thread.Subject } -
}
{ thread.Subject }
</h1>
<span class="post-author">{ post.Author }</span>
<span class="post-date">{ post.CreatedAt.Format("01/02/2006") }</span>