summaryrefslogtreecommitdiff
path: root/srv/src/http/tpl
AgeCommit message (Collapse)Author
2022-05-24Fix CSRF loading on static GET pagesBrian Picciano
2022-05-21Add chat page, though it's not used yetBrian Picciano
2022-05-21Serve mailing list finalize and unsubscribe endpointsBrian Picciano
2022-05-21Standardize URL generation across the blogBrian Picciano
2022-05-21List existing tags on edit post pageBrian Picciano
2022-05-21Hide tag picker for nowBrian Picciano
2022-05-21Fix annoying underline next to follow buttonBrian Picciano
2022-05-21Fix code block formatting and clean up extraneous filesBrian Picciano
2022-05-20Don't use EDIT method, only POSTs should use alt methodsBrian Picciano
2022-05-20Add tag selector to indexBrian Picciano
2022-05-20Rename follow.html to followBrian Picciano
2022-05-20Implement image macro for rendering imagesBrian Picciano
2022-05-20Move static assets to within srvBrian Picciano
2022-05-20Rename api package to httpBrian Picciano