blog posts can be edited from the main feed or individual member pages

This commit is contained in:
cube
2026-03-20 20:53:53 +00:00
parent 26db9d4e36
commit 49828a93ff
5 changed files with 91 additions and 43 deletions

View File

@@ -6,6 +6,8 @@ logged in users are presumed to all be admins with distinction only between bein
in the blog view, member privacy outweighs individual post privacy. if a private member makes a public post, it will not show up in the public feed. however, if that member switches to public, their public posts will all become publicly viewable (but private posts will remain private).
some html files (notably full.html and index.html) will show lots of errors in vscode, because of the use of jinja variables in the inline style. this is fine just ignore it. it doesn't do that in the page.html because simply using quotation marks around the colours is enough to make everything correct, but the use of member specific identifiers as jinja variables renders the entire css 'invalid' in the other html files.
# assorted todo
- edit blog posts