Fix link post excerpt placement #272
No reviewers
Labels
No labels
activitypub
admin
api
architecture
articles
auth
bug
cleanup
cli
comments
compatibility
config
contacts
content
database
deployment
design
dev-env
diagnostics
docs
documentation
email
enhancement
feature
federation
feed
health
homepage
implementation
integration
logging
mastodon
media
navigation
npm-packages
openapi
opengraph
packages
passkeys
preview
priority:high
priority:low
priority:medium
production
proof
proxy
public-routes
public-ui
release
safety
slug-api
slug-auth
slug-core
slug-federation
slug-media
slug-template
social
sources
status:active
status:canceled
status:done
status:inprogress
status:waiting
syndication
tailwind
template
test
web
webauthn
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
erik/slugkit!272
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/task-36698d6d-link-excerpt-placement"
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?
Summary
Place link-post commentary before the external preview on post detail pages, matching the established feed layout.
Task
Task: #task-36698d6d
Changes
FeedLinkPreviewon/posts/{slug}.Testing
/posts/audience-of-oneChecklist
./scripts/pre-pr.shpassesIndependent review
Summary
The scoped change renders link-post Markdown commentary before
FeedLinkPreviewon detail pages, matching the existing/feedsequence (FeedTextPostfollowed byFeedLinkPreview). The non-link branch preserves the prior article/note order:PostExternalLink(a no-op for those types) followed by the same post content.Acceptance criteria
/posts/{slug}. The detail regression assertion verifies commentary precedes preview metadata./feed. A corresponding feed assertion verifies the same ordering.Behavior and verification
git diff --checkpassed.Blockers: None.
Warnings: None.
Verdict: Approved. Awaiting explicit human merge approval; this review does not merge.