summaryrefslogtreecommitdiff
path: root/src/http/index.go
AgeCommit message (Collapse)Author
2024-05-18Render posts completely using common rendering methodsBrian Picciano
The aim is to reduce reliance on custom logic in the handlers for every protocol, eventually outsourcing all of it into `render.Methods`, leaving each protocol to simply direct calls to the correct template.
2022-11-29Move mediocregopher.com content to index of this siteBrian Picciano
2022-09-13move src out of srv, clean up default.nix and MakefileBrian Picciano