Feed generator written in Golang

add tangled to http static response, hi all!

Changed files
+3 -2
src
+3 -2
src/http-server.go
···
"what": "atproto feed generator, written in from scratch in go",
"when": "may 2025",
"who": map[string]string{
-
"did": fmt.Sprintf("at://%s", httpServer.Settings.PublisherDID),
-
"github": "https://github.com/keaysma",
+
"did": fmt.Sprintf("at://%s", httpServer.Settings.PublisherDID),
+
"github": "https://github.com/keaysma",
+
"tangled": "https://tangled.org/@keays.io",
},
},
)