From b788907624a946172338aa89dd4f3e26ddaafda3 Mon Sep 17 00:00:00 2001
From: Orestis <orestis.malaspinas@pm.me>
Date: Tue, 20 Sep 2022 17:36:08 +0200
Subject: [PATCH] added intro

---
 slides/gen_index.sh | 2 +-
 slides/intro.md     | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/slides/gen_index.sh b/slides/gen_index.sh
index 5c72edf..9a1a026 100755
--- a/slides/gen_index.sh
+++ b/slides/gen_index.sh
@@ -38,7 +38,7 @@ for i in *.md; do
         fail "Error title field not found"
     fi
     i="${i%.*}"
-    class="[${date} ${comp}](${PREFIX}${i}.pdf)"
+    class="[${date}: ${comp}](${PREFIX}${i}.pdf)"
     classes+=("$class")
 done
 IFS=$'\n'
diff --git a/slides/intro.md b/slides/intro.md
index 2697980..67c3281 100644
--- a/slides/intro.md
+++ b/slides/intro.md
@@ -1,6 +1,6 @@
 ---
 title: "Introduction générale"
-date: "2022-09-21"
+date: "2022-09-20"
 ---
 
 # La hotline
-- 
GitLab