Speedrunned Bluesky integration for news posts.

This commit is contained in:
flash 2025-01-30 21:31:27 +00:00
parent 0701298fa1
commit b3112ce433
6 changed files with 243 additions and 5 deletions
templates/manage/news

View file

@ -14,7 +14,7 @@
{{ post.title }} |
{{ post.featured ? 'Featured' : 'Normal' }} |
User #{{ post.userId }} |
{% if post.commentsSectionId is not null %}Comments category #{{ post.commentsCategoryId }}{% else %}No comments category{% endif %} |
{% if post.commentsSectionId is not null %}Comments category #{{ post.commentsSectionId }}{% else %}No comments category{% endif %} |
Created {{ post.createdAt }} |
{{ post.published ? 'published' : 'Published ' ~ post.scheduledAt }} |
{{ post.edited ? 'Edited ' ~ post.updatedAt : 'not edited' }} |