summaryrefslogtreecommitdiff
path: root/src/gmi/gemtext
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.