Skip to content
Snippets Groups Projects
Verified Commit c155cd2a authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updated index to remove title

parent c2c9f85d
No related branches found
No related tags found
No related merge requests found
Pipeline #15664 passed
......@@ -37,8 +37,6 @@ echo "title: Slides du cours d'Algorithmique" >> index.md
echo "date: ${date}" >> index.md
echo "---" >> index.md
echo "" >> index.md
echo "# Les chapitres d'algorithmique" >> index.md
echo "" >> index.md
for i in ${classes[*]}; do
echo "* $i" >> index.md
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment