diff --git a/web/static/img/banner-comfy.png b/web/static/img/banners/comfy.png similarity index 100% rename from web/static/img/banner-comfy.png rename to web/static/img/banners/comfy.png diff --git a/web/static/img/banners/g.png b/web/static/img/banners/g.png new file mode 100644 index 0000000..a2a3404 Binary files /dev/null and b/web/static/img/banners/g.png differ diff --git a/web/views/board.templ b/web/views/board.templ index d4a8961..0e22eb4 100644 --- a/web/views/board.templ +++ b/web/views/board.templ @@ -29,7 +29,7 @@ templ NewThreadForm(board database.Board) { templ BoardHeader(board database.Board) {
- +

{ fmt.Sprintf("/%s/ - %s", board.Slug, board.Name) }