diff --git a/docs/website/src/components/LandingBody.astro b/docs/website/src/components/LandingBody.astro index 4a57b23b..ac16c479 100644 --- a/docs/website/src/components/LandingBody.astro +++ b/docs/website/src/components/LandingBody.astro @@ -24,7 +24,11 @@ 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. const isoVersion = import.meta.env.ASTRO_ISO_VERSION || null; +const isoTagUrl = isoVersion + ? `https://code.smilepowered.org/clawdie/clawdie-iso/releases/tag/v${isoVersion}` + : null; ---
@@ -71,7 +75,7 @@ const isoVersion = import.meta.env.ASTRO_ISO_VERSION || null; { isoVersion && ( ) }