From b6cdd4317765219cb7b2191534d38bc8a8c91342 Mon Sep 17 00:00:00 2001 From: "dobby-yivi-agent[bot]" <275734547+dobby-yivi-agent[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 19:09:55 +0000 Subject: [PATCH 1/2] fix(blog): make RSS feed discoverable site-wide The RSS autodiscovery 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 --- src/routes/(marketing)/+layout.svelte | 11 +++++++++++ src/routes/(marketing)/blog/+page.svelte | 9 --------- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/routes/(marketing)/+layout.svelte b/src/routes/(marketing)/+layout.svelte index 0d74cf7..d961424 100644 --- a/src/routes/(marketing)/+layout.svelte +++ b/src/routes/(marketing)/+layout.svelte @@ -19,6 +19,17 @@ }) + + + + + {#if !$isLoading}