From 40ebd27fcc9398751e1085e808c5f8510c4048e0 Mon Sep 17 00:00:00 2001 From: Mattia Date: Thu, 28 Aug 2025 21:45:57 +0200 Subject: [PATCH] fix --- content/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/_index.md b/content/_index.md index dcb0b7f..1c3285c 100644 --- a/content/_index.md +++ b/content/_index.md @@ -24,7 +24,7 @@ Ciao! 👋 img.src = "/hackinpovo-active.jpg"; // <-- special image } else if (day === 4 && hour>=18 && hour < 24){ - img.src = "/content/steve-jobs-bill-gates.jpg"; + img.src = "/steve-jobs-bill-gates.jpg"; } else { img.src = "/hackinpovo.jpg"; // default image