summaryrefslogtreecommitdiff
path: root/src/http/tpl/post.html
AgeCommit message (Collapse)Author
2024-05-18Replace all URL rendering within templates by a URLConstructorBrian Picciano
2024-05-18Remove most custom template functions from html templatingBrian Picciano
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.
2023-01-24Add gemini CTA to HTTP pagesBrian Picciano
2022-11-27Update header, remove 'Updated at' times on postsBrian Picciano
2022-10-12Make description an optional fieldBrian Picciano
2022-09-13move src out of srv, clean up default.nix and MakefileBrian Picciano