fix
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 7s

This commit is contained in:
Mattia 2025-08-28 21:45:57 +02:00
parent 4194f599e3
commit 40ebd27fcc

View file

@ -24,7 +24,7 @@ Ciao! 👋
img.src = "/hackinpovo-active.jpg"; // <-- special image img.src = "/hackinpovo-active.jpg"; // <-- special image
} }
else if (day === 4 && hour>=18 && hour < 24){ else if (day === 4 && hour>=18 && hour < 24){
img.src = "/content/steve-jobs-bill-gates.jpg"; img.src = "/steve-jobs-bill-gates.jpg";
} }
else { else {
img.src = "/hackinpovo.jpg"; // default image img.src = "/hackinpovo.jpg"; // default image