feat: allow site-level host/username, require only id per post #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/site-level-host"
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?
host and username are the same for every post, so resolve them from
params.activitypub_comments with a per-post override. Front matter now
only needs comments.id.
Also fix a latent guard bug: a missing id used to stringify to ""
(truthy) via printf; now it's treated as empty so a post without an id
correctly renders nothing.
per-post override and missing-id
post without an id renders no comments section
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com