summaryrefslogtreecommitdiff
path: root/src/http/tpl/post-edit.html
AgeCommit message (Collapse)Author
2024-05-18Replace all URL rendering within templates by a URLConstructorBrian Picciano
2024-05-18Remove most rendering related querying from go http handlersBrian Picciano
2023-01-19Add support for gemtext postsBrian Picciano
2022-11-29Remove mention of the word 'blog'Brian Picciano
2022-11-29Introduce EDIT and MANAGE methodsBrian Picciano
All admin "index" pages are moved under MANAGE, so that we can have (for example) and normal "GET /posts" page later which would replace the current index page, and potentially corresponding pages for the other categories. The EDIT method replaces the old `?edit` pattern, which normalizes how we differentiate page functionality generally.