Speedrunned Bluesky integration for news posts.
This commit is contained in:
parent
0701298fa1
commit
b3112ce433
6 changed files with 243 additions and 5 deletions
templates/manage/news
|
@ -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' }} |
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue