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
@@ -20,7 +20,7 @@ templ BoardHeader(board database.Board) {
}
templ Board(board database.Board, isAdmin bool) {
@shared.Layout() {
@shared.Layout(fmt.Sprintf("/%s/ - %s", board.Slug, board.Name)) {
@BoardHeader(board)
<div class="new-post-container">
<button