diff --git a/website/.eleventy.js b/website/.eleventy.js index fd0bda5..faa74fb 100644 --- a/website/.eleventy.js +++ b/website/.eleventy.js @@ -28,6 +28,10 @@ function rewriteManualLinks(content, lang) { module.exports = function (eleventyConfig) { + eleventyConfig.addFilter("dateToIso", function (dateObj) { + return new Date(dateObj).toISOString().split("T")[0]; + }); + eleventyConfig.addFilter("dateToRfc822", function (dateObj) { return new Date(dateObj).toUTCString(); }); diff --git a/website/_site/download/index.html b/website/_site/download/index.html index bc868d0..71db163 100644 --- a/website/_site/download/index.html +++ b/website/_site/download/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/faq/index.html b/website/_site/faq/index.html index 7908bc4..bf8b0ee 100644 --- a/website/_site/faq/index.html +++ b/website/_site/faq/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/features/airscout/index.html b/website/_site/features/airscout/index.html index a3b4335..22e9378 100644 --- a/website/_site/features/airscout/index.html +++ b/website/_site/features/airscout/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/features/dual-chat/index.html b/website/_site/features/dual-chat/index.html index 9c540a6..413c8a7 100644 --- a/website/_site/features/dual-chat/index.html +++ b/website/_site/features/dual-chat/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/features/dx-cluster/index.html b/website/_site/features/dx-cluster/index.html index d74d3c2..70cfa68 100644 --- a/website/_site/features/dx-cluster/index.html +++ b/website/_site/features/dx-cluster/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/features/index.html b/website/_site/features/index.html index 16d6193..37a7a61 100644 --- a/website/_site/features/index.html +++ b/website/_site/features/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/features/log-sync/index.html b/website/_site/features/log-sync/index.html index ce15a3e..470706c 100644 --- a/website/_site/features/log-sync/index.html +++ b/website/_site/features/log-sync/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/features/macros/index.html b/website/_site/features/macros/index.html index d16b0d3..43491a6 100644 --- a/website/_site/features/macros/index.html +++ b/website/_site/features/macros/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/features/priority-score/index.html b/website/_site/features/priority-score/index.html index 0a8489e..a106d83 100644 --- a/website/_site/features/priority-score/index.html +++ b/website/_site/features/priority-score/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/features/sked-reminder/index.html b/website/_site/features/sked-reminder/index.html index 6cf42a2..79f11b8 100644 --- a/website/_site/features/sked-reminder/index.html +++ b/website/_site/features/sked-reminder/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/features/timeline/index.html b/website/_site/features/timeline/index.html index 58da5ef..bf725e0 100644 --- a/website/_site/features/timeline/index.html +++ b/website/_site/features/timeline/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/index.html b/website/_site/index.html index b550952..785bdc9 100644 --- a/website/_site/index.html +++ b/website/_site/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/de/airscout-integration/index.html b/website/_site/manual/de/airscout-integration/index.html index 438e685..3fe0fce 100644 --- a/website/_site/manual/de/airscout-integration/index.html +++ b/website/_site/manual/de/airscout-integration/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/de/benutzeroberflaeche/index.html b/website/_site/manual/de/benutzeroberflaeche/index.html index e0275ce..43b106f 100644 --- a/website/_site/manual/de/benutzeroberflaeche/index.html +++ b/website/_site/manual/de/benutzeroberflaeche/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/de/changelog/index.html b/website/_site/manual/de/changelog/index.html index 0d16a44..ead4422 100644 --- a/website/_site/manual/de/changelog/index.html +++ b/website/_site/manual/de/changelog/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/de/dx-cluster-server/index.html b/website/_site/manual/de/dx-cluster-server/index.html index 842b428..5096597 100644 --- a/website/_site/manual/de/dx-cluster-server/index.html +++ b/website/_site/manual/de/dx-cluster-server/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/de/funktionen/index.html b/website/_site/manual/de/funktionen/index.html index b463b24..83a3632 100644 --- a/website/_site/manual/de/funktionen/index.html +++ b/website/_site/manual/de/funktionen/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/de/home/index.html b/website/_site/manual/de/home/index.html index 266bdbc..7359fdc 100644 --- a/website/_site/manual/de/home/index.html +++ b/website/_site/manual/de/home/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/de/index.html b/website/_site/manual/de/index.html index 19a59c6..d9b8b3e 100644 --- a/website/_site/manual/de/index.html +++ b/website/_site/manual/de/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/de/installation/index.html b/website/_site/manual/de/installation/index.html index 5da6f7a..597f2ec 100644 --- a/website/_site/manual/de/installation/index.html +++ b/website/_site/manual/de/installation/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/de/konfiguration/index.html b/website/_site/manual/de/konfiguration/index.html index 0c712ff..d31039c 100644 --- a/website/_site/manual/de/konfiguration/index.html +++ b/website/_site/manual/de/konfiguration/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/de/log-synchronisation/index.html b/website/_site/manual/de/log-synchronisation/index.html index 7aecd48..e2ad4c0 100644 --- a/website/_site/manual/de/log-synchronisation/index.html +++ b/website/_site/manual/de/log-synchronisation/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/de/makros-und-variablen/index.html b/website/_site/manual/de/makros-und-variablen/index.html index e99d02b..5720d0a 100644 --- a/website/_site/manual/de/makros-und-variablen/index.html +++ b/website/_site/manual/de/makros-und-variablen/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/en/airscout-integration/index.html b/website/_site/manual/en/airscout-integration/index.html index 202585a..3b8cc38 100644 --- a/website/_site/manual/en/airscout-integration/index.html +++ b/website/_site/manual/en/airscout-integration/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/en/changelog/index.html b/website/_site/manual/en/changelog/index.html index 1aca6f6..c9f63c0 100644 --- a/website/_site/manual/en/changelog/index.html +++ b/website/_site/manual/en/changelog/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/en/configuration/index.html b/website/_site/manual/en/configuration/index.html index 25efc4e..746aeef 100644 --- a/website/_site/manual/en/configuration/index.html +++ b/website/_site/manual/en/configuration/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/en/dx-cluster-server/index.html b/website/_site/manual/en/dx-cluster-server/index.html index 1041e53..71ea66a 100644 --- a/website/_site/manual/en/dx-cluster-server/index.html +++ b/website/_site/manual/en/dx-cluster-server/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/en/features/index.html b/website/_site/manual/en/features/index.html index fddadd7..ef04275 100644 --- a/website/_site/manual/en/features/index.html +++ b/website/_site/manual/en/features/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/en/home/index.html b/website/_site/manual/en/home/index.html index 591b584..59adb9a 100644 --- a/website/_site/manual/en/home/index.html +++ b/website/_site/manual/en/home/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/en/index.html b/website/_site/manual/en/index.html index b82a6b3..6dfd9a1 100644 --- a/website/_site/manual/en/index.html +++ b/website/_site/manual/en/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/en/installation/index.html b/website/_site/manual/en/installation/index.html index 75f9391..e0a5091 100644 --- a/website/_site/manual/en/installation/index.html +++ b/website/_site/manual/en/installation/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/en/log-sync/index.html b/website/_site/manual/en/log-sync/index.html index ea7e0e2..a500792 100644 --- a/website/_site/manual/en/log-sync/index.html +++ b/website/_site/manual/en/log-sync/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/en/macros-and-variables/index.html b/website/_site/manual/en/macros-and-variables/index.html index 684cee9..edc2ff1 100644 --- a/website/_site/manual/en/macros-and-variables/index.html +++ b/website/_site/manual/en/macros-and-variables/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/en/user-interface/index.html b/website/_site/manual/en/user-interface/index.html index ce0f75e..fe0ae2c 100644 --- a/website/_site/manual/en/user-interface/index.html +++ b/website/_site/manual/en/user-interface/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/manual/index.html b/website/_site/manual/index.html index 212c95a..65e4bfb 100644 --- a/website/_site/manual/index.html +++ b/website/_site/manual/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/news/2026-07-website-launch/index.html b/website/_site/news/2026-07-website-launch/index.html index d86c259..7ad4a88 100644 --- a/website/_site/news/2026-07-website-launch/index.html +++ b/website/_site/news/2026-07-website-launch/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/news/index.html b/website/_site/news/index.html index 6c3ebfe..77263f8 100644 --- a/website/_site/news/index.html +++ b/website/_site/news/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/screenshots/index.html b/website/_site/screenshots/index.html index 3578736..b0b1f89 100644 --- a/website/_site/screenshots/index.html +++ b/website/_site/screenshots/index.html @@ -17,7 +17,7 @@ - + diff --git a/website/_site/sitemap.xml b/website/_site/sitemap.xml index 0b9d74d..02d88c8 100644 --- a/website/_site/sitemap.xml +++ b/website/_site/sitemap.xml @@ -2,56 +2,74 @@ https://kst4contest.hamradioonline.de/ + 2026-07-05 https://kst4contest.hamradioonline.de/manual/ + 2026-07-05 https://kst4contest.hamradioonline.de/manual/en/ + 2026-07-05 https://kst4contest.hamradioonline.de/download/ + 2026-07-05 https://kst4contest.hamradioonline.de/features/ + 2026-07-06 https://kst4contest.hamradioonline.de/screenshots/ + 2026-07-06 https://kst4contest.hamradioonline.de/faq/ + 2026-07-06 https://kst4contest.hamradioonline.de/manual/de/ + 2026-07-06 https://kst4contest.hamradioonline.de/manual/de/airscout-integration/ + 2026-07-06 https://kst4contest.hamradioonline.de/features/priority-score/ + 2026-07-06 https://kst4contest.hamradioonline.de/features/airscout/ + 2026-07-06 https://kst4contest.hamradioonline.de/features/timeline/ + 2026-07-06 https://kst4contest.hamradioonline.de/features/sked-reminder/ + 2026-07-06 https://kst4contest.hamradioonline.de/features/log-sync/ + 2026-07-06 https://kst4contest.hamradioonline.de/features/dual-chat/ + 2026-07-06 https://kst4contest.hamradioonline.de/features/dx-cluster/ + 2026-07-06 https://kst4contest.hamradioonline.de/features/macros/ + 2026-07-06 https://kst4contest.hamradioonline.de/news/2026-07-website-launch/ + 2026-07-07 \ No newline at end of file diff --git a/website/src/sitemap.njk b/website/src/sitemap.njk index d32f24a..98db294 100644 --- a/website/src/sitemap.njk +++ b/website/src/sitemap.njk @@ -8,6 +8,7 @@ eleventyExcludeFromCollections: true {%- if page.url and not page.data.eleventyExcludeFromCollections %} https://kst4contest.hamradioonline.de{{ page.url }} + {{ page.date | dateToIso }} {%- endif %} {%- endfor %}