fix
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 7s
All checks were successful
Build and Deploy Hugo Site / build-and-deploy (push) Successful in 7s
This commit is contained in:
parent
4194f599e3
commit
40ebd27fcc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue