Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-26 | Refactor how preprocess functions work a bit | Brian Picciano | |
2024-05-26 | Replace URL building methods with the URLBuilder | Brian Picciano | |
2024-05-19 | Get rid of most of preprocess funcs, only Image leftover for convenience | Brian Picciano | |
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 | Remove most rendering related querying from go http handlers | 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. |