WIP Redesign

This commit is contained in:
2026-04-17 10:54:06 +02:00
parent ec94580ab5
commit 268ffcdd27
11 changed files with 174 additions and 505 deletions

View File

@@ -145,7 +145,7 @@ func listEntries(fsPath, urlPath string) []entry {
}
func readIcon(name string) template.HTML {
b, _ := assets.ReadFile("assets/icons/" + name + ".svg")
b, _ := readAsset("assets/icons/" + name + ".svg")
return template.HTML(strings.TrimSpace(string(b)))
}