diff --git a/internal/http/web_handlers.go b/internal/http/web_handlers.go index ea661c2..639ba5e 100644 --- a/internal/http/web_handlers.go +++ b/internal/http/web_handlers.go @@ -162,10 +162,6 @@ func (h *Handlers) RSS(w http.ResponseWriter, r *http.Request) { web.RSS(r.URL.Scheme+"://"+r.Host, "Arav", posts, r, w) } -func AssetsFS() http.FileSystem { - return web.Assets() -} - func RobotsTxt(w http.ResponseWriter, r *http.Request) { data, _ := web.AssetsGetFile("robots.txt") w.Write(data)