diff --git a/web/static/favicon.ico b/web/static/favicon.ico new file mode 100644 index 0000000..1578681 Binary files /dev/null and b/web/static/favicon.ico differ diff --git a/web/views/404.templ b/web/views/404.templ index 6edb6f2..0ddd204 100644 --- a/web/views/404.templ +++ b/web/views/404.templ @@ -3,7 +3,7 @@ package views import "github.com/dominicf2001/comfychan/web/views/shared" templ NotFound() { - @shared.Layout() { + @shared.Layout("404 - Comfychan") {