Include favicon.svg in go:embed directive to fix 404 in production. Add legal notice (impress) and privacy policy pages with full EN/DE translations, route handlers, and footer links.
7 lines
106 B
Go
7 lines
106 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed all:templates all:js all:css all:i18n favicon.svg
|
|
var FS embed.FS
|