From b6d3d4487a10d92f32cfd599f8051fd901c9eaeb Mon Sep 17 00:00:00 2001 From: Jonathon Wright Date: Tue, 18 Aug 2026 09:50:21 +1000 Subject: [PATCH] offer the CV download in the contact section too, so a recruiter who scrolls straight there can grab it --- src/components/Contact.astro | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/components/Contact.astro b/src/components/Contact.astro index 73688ff..d3875cb 100644 --- a/src/components/Contact.astro +++ b/src/components/Contact.astro @@ -1,4 +1,5 @@ --- +import { cvAvailable } from "../lib/assets"; import { site } from "../data/site"; import { socials } from "../data/socials"; --- @@ -13,6 +14,11 @@ import { socials } from "../data/socials"; {site.email} + {cvAvailable && ( + + Download CV (PDF) + + )}