Improve tab titles and add favicon

This commit is contained in:
Dominic Ferrando
2025-04-28 10:34:33 -04:00
parent eaf5313d5f
commit 564a7f3ff9
7 changed files with 8 additions and 7 deletions
+1 -1
View File
@@ -219,7 +219,7 @@ templ ThreadActionBar(thread database.Thread, pos string) {
}
templ Thread(board database.Board, thread database.Thread, posts []database.Post, threadContext ThreadContext) {
@shared.Layout() {
@shared.Layout(fmt.Sprintf("/%s/ - %s", board.Slug, thread.Subject+" "+posts[0].Body)) {
<script src="/static/thread.js" defer></script>
@BoardHeader(board)
<div class="new-post-container">