add /g/ banner

This commit is contained in:
Dominic Ferrando
2025-04-18 12:53:11 -04:00
parent dc104b55e1
commit 00d1b8c948
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ templ NewThreadForm(board database.Board) {
templ BoardHeader(board database.Board) {
<header class="board-header">
<img src="/static/img/banner-comfy.png" />
<img src={ fmt.Sprintf("/static/img/banners/%s.png", board.Slug) } />
<h1>
{ fmt.Sprintf("/%s/ - %s", board.Slug, board.Name) }
</h1>