@@ -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)))
The note is not visible to the blocked user.