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

This commit is contained in:
Mattia 2025-08-28 21:44:18 +02:00
parent 25b8afb653
commit 4194f599e3
2 changed files with 1 additions and 1 deletions

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.avif"; img.src = "/content/steve-jobs-bill-gates.jpg";
} }
else { else {
img.src = "/hackinpovo.jpg"; // default image img.src = "/hackinpovo.jpg"; // default image

Binary file not shown.

After

Width:  |  Height:  |  Size: 261 KiB