diff --git a/web/static/index.css b/web/static/index.css index e5e2bb6..a8a31eb 100644 --- a/web/static/index.css +++ b/web/static/index.css @@ -79,6 +79,7 @@ body { } .catalog-preview-link { + text-decoration: none; cursor: pointer; } diff --git a/web/views/board.templ b/web/views/board.templ index 317a83a..5dcb301 100644 --- a/web/views/board.templ +++ b/web/views/board.templ @@ -76,7 +76,9 @@ templ ThreadsCatalog(previews []CatalogThreadPreview) { -

{ preview.Subject }

+

+ { preview.Subject } +

@templ.Raw(util.EnrichPost(preview.Body))