From 1367079b9488bd3613d8b6e753b434475e4923c3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Magnusson?= Date: Thu, 26 Sep 2024 12:30:46 +0200 Subject: [PATCH] [2024] include datetime at compete page --- _config.yml | 2 +- ncpc2024/compete.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_config.yml b/_config.yml index c89e9da..decf4b9 100644 --- a/_config.yml +++ b/_config.yml @@ -10,7 +10,7 @@ defaults: - scope: path: "ncpc2024" values: - lastUpdate: "2024-09-25" + lastUpdate: "2024-09-26" kramdown: parse_block_html: true diff --git a/ncpc2024/compete.md b/ncpc2024/compete.md index 77a3dcb..2384e5c 100644 --- a/ncpc2024/compete.md +++ b/ncpc2024/compete.md @@ -2,7 +2,7 @@ layout: default headerText: "NCPC 2024" title: "Nordic Collegiate Programming Contest 2024" -dateTime: "Saturday October 7th 11:00-16:00 CEST (UTC+2)" +dateTime: "Saturday October 5th 2024 11:00-16:00 CEST (UTC+2)" year: 2024 --- @@ -14,7 +14,7 @@ year: 2024 Join the Nordic Collegiate Programming Contest (NCPC) and test your skills in competitive programming! Whether you're looking to become the Nordic Champion or just want to have fun solving engaging problems, NCPC is the perfect platform for you. -NCPC is held at the local [sites listed below](#sites). +NCPC is held on **{{ page.dateTime }}** at the local [sites listed below](#sites). The contest uses the [Kattis](https://kattis.com) automatic judging system. If you're new to Kattis, we encourage you to familiarize yourself with the system by trying it out before the contest. We suggest that you check out the [problems from last year's NCPC](https://ncpc22.kattis.com/problems). For even more practice, visit [https://open.kattis.com/](https://open.kattis.com/) featuring thousands of problems of various difficulty.