From f6614d44788a471a412faedbb62446c72118a876 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Th=C3=A9o=20-=20Le=20Filament?= <theo@le-filament.com>
Date: Thu, 21 Oct 2021 16:10:50 +0000
Subject: [PATCH] Update public from 33f8dbb3

---
 public/css/style.css                  | 4 ++++
 public/posts/pourquoi-scop/index.html | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/public/css/style.css b/public/css/style.css
index c146583..3346946 100644
--- a/public/css/style.css
+++ b/public/css/style.css
@@ -197,6 +197,10 @@ footer {
   font-size: 12px;
 }
 
+footer p {
+  text-align: center;
+}
+
 footer .logo {
   display: inline-block;
   height: 20px;
diff --git a/public/posts/pourquoi-scop/index.html b/public/posts/pourquoi-scop/index.html
index bb97ba5..e885e2a 100644
--- a/public/posts/pourquoi-scop/index.html
+++ b/public/posts/pourquoi-scop/index.html
@@ -137,7 +137,7 @@
     <h2>Commentaires</h2>
     <a type=button id="load_comments" class="mastodon_button" onclick="loadComments(&#34;107140228421754378&#34;)">Afficher les commentaires</a>
     <div id="comments_holder"></div>
-    <a type=button class="mastodon_button" href="https://mastodon.social/interact/107140228421754378?type=reply">Écrire un commentaire</a>
+    <a type=button class="mastodon_button" href="https://pouet.chapril.org/interact/107140228421754378?type=reply">Écrire un commentaire</a>
   </section>
   
 </main>
-- 
GitLab