disable favicon

This commit is contained in:
2025-12-07 14:21:54 -05:00
parent aaf7b80047
commit 8b283ef467

View File

@@ -7,7 +7,6 @@ local site = fes.fes()
local title = "Free Software Distributions" local title = "Free Software Distributions"
site.title = title site.title = title
site.favicon = "/static/image/favicon.ico"
site.copyright = u.copyright("https://git.vxserver.dev/fSD", "fSD") site.copyright = u.copyright("https://git.vxserver.dev/fSD", "fSD")
site:banner(fes.app.header.render(std)) site:banner(fes.app.header.render(std))