From 4b0c717b3d8e37b8f480683e079ef9f9de6bded4 Mon Sep 17 00:00:00 2001 From: Samuel Mimram Date: Thu, 25 Apr 2024 15:13:19 +0200 Subject: [PATCH] Get started with links. --- 3/index.md | 4 +++- 4/index.md | 4 +++- 4/links.csv => _data/links4.csv | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) rename 4/links.csv => _data/links4.csv (98%) diff --git a/3/index.md b/3/index.md index 33bc565..56c3465 100644 --- a/3/index.md +++ b/3/index.md @@ -263,7 +263,9 @@ In case of any question, comment or suggestion please contact the organizers Links ----- -Links from participants: TBA +{% for link in site.data.links4 %} +[{{ link.name }}]({{ link.url }}) +{% endfor %}