Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanno authored Nov 30, 2023
1 parent 4dccee1 commit c4aa721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ <h1 class="w3-jumbo w3-animate-top">Advent of GIS 2023</h1>
let d = new Date().getDate();
let ds = String(d).padStart(2, '0');
var txt = "Første luke åpnes 1. desember";
if(m != 12 || d > 24) {
if(m != 12) {
return;
}
let link = '<a href="https://github.com/Norkart/AdventOfGIS/tree/'+y+'/'+ds+'">'
Expand Down

0 comments on commit c4aa721

Please sign in to comment.