From 133133c68f491c9ee8e19dda58294af8e6f3056f Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Mon, 19 Nov 2018 07:40:36 +0100
Subject: [PATCH] Remove all Facebook mentions

---
 scipost/templates/scipost/footer.html | 25 ++++++++++---------------
 1 file changed, 10 insertions(+), 15 deletions(-)

diff --git a/scipost/templates/scipost/footer.html b/scipost/templates/scipost/footer.html
index a423be0af..8cf25b23f 100644
--- a/scipost/templates/scipost/footer.html
+++ b/scipost/templates/scipost/footer.html
@@ -11,23 +11,18 @@
           <a href="{% url 'scipost:terms_and_conditions' %}">Terms and conditions</a>
 
           <table class="mt-2 social-media">
-        	<tr>
-        	  <td>
-                  <a href="//www.facebook.com/scipost" target="_blank" title="Facebook">
-                      <i class="fa fa-facebook" aria-hidden="true"></i>
-                  </a>
+            <tr>
+              <td>
+                <a href="//twitter.com/scipost_dot_org" target="_blank" title="Twitter">
+                  <i class="fa fa-twitter" aria-hidden="true"></i>
+                </a>
               </td>
-        	  <td>
-                  <a href="//twitter.com/scipost_dot_org" target="_blank" title="Twitter">
-                      <i class="fa fa-twitter" aria-hidden="true"></i>
-                  </a>
+              <td>
+                <a href="{% url 'scipost:feeds' %}" title="RSS feeds">
+                  <i class="fa fa-rss" aria-hidden="true"></i>
+                </a>
               </td>
-        	  <td>
-                  <a href="{% url 'scipost:feeds' %}" title="RSS feeds">
-                      <i class="fa fa-rss" aria-hidden="true"></i>
-                  </a>
-              </td>
-        	</tr>
+            </tr>
           </table>
         </div>
         <div class="col-md-4 mb-3 mb-md-0">
-- 
GitLab