From 3f5d299ee90addbaea79959f036d264ba2e94820 Mon Sep 17 00:00:00 2001
From: Alexandre Meyer <alexandre.meyer@univ-lyon1.fr>
Date: Fri, 18 Nov 2022 16:29:18 +0100
Subject: [PATCH] ...web

---
 web/content/index.md | 23 +++++++++++++++++++++++
 1 file changed, 23 insertions(+)

diff --git a/web/content/index.md b/web/content/index.md
index f5af80f..82dc55d 100644
--- a/web/content/index.md
+++ b/web/content/index.md
@@ -1,3 +1,26 @@
+---
+# Course title, summary, and position.
+linktitle: "LIFAP5: Programmation Fonctionnelle pour le Web"
+summary: "Programmation fonctionnelle. Principes fondamentaux. Application à la programmation Web avec le style fonctionnel en Javascript"
+weight: 204
+
+# Page metadata.
+title: "LIFAP5: Programmation Fonctionnelle pour le Web"
+draft: false # Is this a draft? true/false
+# toc: true # Show table of contents? true/false
+type: docs # Do not modify.
+
+tags: [code]
+# Add menu entry to sidebar.
+# - name: Declare this menu item as a parent with ID `name`.
+# - weight: Position of link in menu.
+menu:
+  lifap5:
+    name: Accueil
+    weight: 1
+---
+
+
 # Master 1 Informatique - UE M1if37 Animation en synthèse d'image (3 ECTS)
 
 Responsables de l'enseignement : [Alexandre Meyer](	
-- 
GitLab