diff --git a/docs/website/public/clawdie-mark.svg b/docs/website/public/clawdie-mark.svg
new file mode 100644
index 00000000..8f3fe203
--- /dev/null
+++ b/docs/website/public/clawdie-mark.svg
@@ -0,0 +1,5 @@
+
diff --git a/docs/website/src/components/LandingBody.astro b/docs/website/src/components/LandingBody.astro
index ac16c479..1ce5e13f 100644
--- a/docs/website/src/components/LandingBody.astro
+++ b/docs/website/src/components/LandingBody.astro
@@ -23,8 +23,7 @@ const About = aboutEntry ? (await render(aboutEntry)).Content : null;
const Arch = archEntry ? (await render(archEntry)).Content : null;
const Cta = ctaEntry ? (await render(ctaEntry)).Content : null;
-// Only set during ISO builds — shows the exact image version the docs were built against.
-// Links to the matching Forgejo release tag.
+// Only set during ISO builds — shows the exact image version.
const isoVersion = import.meta.env.ASTRO_ISO_VERSION || null;
const isoTagUrl = isoVersion
? `https://code.smilepowered.org/clawdie/clawdie-iso/releases/tag/v${isoVersion}`
@@ -33,7 +32,7 @@ const isoTagUrl = isoVersion