Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-18 | Replace all URL rendering within templates by a URLConstructor | Brian Picciano | |
2024-05-18 | Remove most custom template functions from html templating | Brian Picciano | |
2024-05-18 | Render posts completely using common rendering methods | Brian 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-24 | Add gemini CTA to HTTP pages | Brian Picciano | |
2022-11-27 | Update header, remove 'Updated at' times on posts | Brian Picciano | |
2022-10-12 | Make description an optional field | Brian Picciano | |
2022-09-13 | move src out of srv, clean up default.nix and Makefile | Brian Picciano | |