Day1 Patch

This commit is contained in:
2025-11-10 12:58:27 +01:00
parent 41e2815eea
commit c41621d901
2 changed files with 97 additions and 1 deletions

View File

@@ -49,7 +49,7 @@ function openPopup(day) {
if (!data) return;
const tag = String(day).padStart(2, '0');
const url = `/2025/content/tag${tag}.html`;
const url = `/2025/content/day${tag}.html`;
fetch(url)
.then(res => {