feat: generic "Fediverse" wording + GoToSocial permalink format #10
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/fediverse-link-and-gts-url"
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 "Reply on Mastodon" link could point at any Fediverse service, and
its URL used Mastodon's /@user/{id} path, which 404s on GoToSocial
(which uses /@user/statuses/{id}).
(i18n defaults + en.toml) and the JS empty-state string
platformsetting (mastodon default | gotosocial), site-wide orper-post, selecting the status permalink format
has no /statuses/ segment and the GoToSocial URL does
Co-Authored-By: Claude Opus 4.7 (1M context) noreply@anthropic.com
The "Reply on Mastodon" link could point at any Fediverse service, and its URL used Mastodon's /@user/{id} path, which 404s on GoToSocial (which uses /@user/statuses/{id}). - wording: "Mastodon" → "the Fediverse" in the reply link, noscript link (i18n defaults + en.toml) and the JS empty-state string - add `platform` setting (mastodon default | gotosocial), site-wide or per-post, selecting the status permalink format - README + hugo.toml document it - exampleSite: add gotosocial fixture; ci.yml asserts the Mastodon URL has no /statuses/ segment and the GoToSocial URL does Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>