You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(blog): make RSS feed discoverable site-wide (#262)
* fix(blog): make RSS feed discoverable site-wide
The RSS autodiscovery <link> only lived on the blog index and post
pages, so a feed reader pointed at the root domain (postguard.eu) or
any other marketing page found no feed. Move the autodiscovery link
into the marketing layout head so every public page advertises the
feed, and drop the now-redundant per-page duplicate on /blog/.
Refs encryption4all/postguard-business#58
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* test(blog): add RSS autodiscovery regression test, dedupe post-page link
Replace the leftover SvelteKit skeleton test (asserted h1 ===
"Welcome to SvelteKit", which never matched this site) with a
regression test for the site-wide RSS autodiscovery link: it asserts
the <link rel="alternate" type="application/rss+xml"> is present
exactly once on /, /about/, /blog/, and a blog post page.
Also remove the now-redundant per-page RSS <svelte:head> block from
the blog post page — the marketing layout now provides the link
site-wide, so the per-page copy produced a duplicate on post pages.
Gitignore/prettierignore the Playwright artifact directories so the
test run leaves the tree clean.
Refs encryption4all/postguard-business#58
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: dobby-yivi-agent[bot] <275734547+dobby-yivi-agent[bot]@users.noreply.github.com>
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments