prova immagine copertina
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 5s
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 5s
This commit is contained in:
parent
8768673458
commit
3d53ad89f5
2 changed files with 3 additions and 3 deletions
|
@ -23,9 +23,9 @@ Ciao! 👋
|
||||||
if (day === 4 && hour >= 18 && hour < 24) {
|
if (day === 4 && hour >= 18 && hour < 24) {
|
||||||
img.src = "/default_logo.png"; // <-- special image
|
img.src = "/default_logo.png"; // <-- special image
|
||||||
}
|
}
|
||||||
else if (day === 5 && hour>=0 && hour < 3){
|
// else if (day === 5 && hour>=0 && hour < 3){
|
||||||
img.src = "/steve-jobs-bill-gates.jpg";
|
// img.src = "/steve-jobs-bill-gates.jpg";
|
||||||
}
|
// }
|
||||||
else {
|
else {
|
||||||
img.src = "/default_logo.png"; // default image
|
img.src = "/default_logo.png"; // default image
|
||||||
}
|
}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 565 KiB After Width: | Height: | Size: 666 KiB |
Loading…
Add table
Add a link
Reference in a new issue