summaryrefslogtreecommitdiff
path: root/src/render/methods.go
AgeCommit message (Expand)Author
2024-07-24Got post exporting workingBrian Picciano
2024-05-26Refactor how preprocess functions work a bitBrian Picciano
2024-05-26Replace URL building methods with the URLBuilderBrian Picciano
2024-05-19Get rid of most of preprocess funcs, only Image leftover for convenienceBrian Picciano
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-18Remove most rendering related querying from go http handlersBrian Picciano
2024-05-18Render posts completely using common rendering methodsBrian Picciano