From b0673ad90dca9eff24e046e66ac1fea00383e104 Mon Sep 17 00:00:00 2001 From: pestak Date: Sun, 14 Dec 2025 11:57:29 +0100 Subject: [PATCH] FEAT bouton publier sur facebook --- blog/html/accueil_blog.html | 22 +++++++++---------- ...liste_articles.js => liste_articledqss.js} | 0 2 files changed, 11 insertions(+), 11 deletions(-) rename blog/js/{liste_articles.js => liste_articledqss.js} (100%) diff --git a/blog/html/accueil_blog.html b/blog/html/accueil_blog.html index f19eaa9..44bf760 100644 --- a/blog/html/accueil_blog.html +++ b/blog/html/accueil_blog.html @@ -39,7 +39,9 @@ - + @@ -114,15 +116,9 @@

Liste des articles

- -
+ - - - - + @@ -135,6 +131,9 @@
Mon premier article + Facebook + Modifier @@ -143,6 +142,8 @@
Mon deuxième article + Facebook Modifier @@ -155,7 +156,6 @@ - - + \ No newline at end of file diff --git a/blog/js/liste_articles.js b/blog/js/liste_articledqss.js similarity index 100% rename from blog/js/liste_articles.js rename to blog/js/liste_articledqss.js