prova immagine copertina
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 5s

This commit is contained in:
Freek Kettone 2025-08-29 01:31:38 +02:00
parent 8768673458
commit 3d53ad89f5
2 changed files with 3 additions and 3 deletions

View file

@ -23,9 +23,9 @@ Ciao! 👋
if (day === 4 && hour >= 18 && hour < 24) {
img.src = "/default_logo.png"; // <-- special image
}
else if (day === 5 && hour>=0 && hour < 3){
img.src = "/steve-jobs-bill-gates.jpg";
}
// else if (day === 5 && hour>=0 && hour < 3){
// img.src = "/steve-jobs-bill-gates.jpg";
// }
else {
img.src = "/default_logo.png"; // default image
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 565 KiB

After

Width:  |  Height:  |  Size: 666 KiB

Before After
Before After