All posts are featured #21
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The star is always rendered: https://git.eggworld.me/eggy/public/src/branch/master/components/PostPreviewCard.vue#L25
This can probably be easily be fixed by checking if
featured
is in the post’s tags.Fixed in
2ad9e41c8b
.