summaryrefslogtreecommitdiff
path: root/src/http/tpl/posts.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-24Add gemini CTA to HTTP pagesBrian Picciano
2023-01-22Final fleshing out of gemini contentBrian Picciano
2022-11-29Move mediocregopher.com content to index of this siteBrian 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.
2022-09-13move src out of srv, clean up default.nix and MakefileBrian Picciano