diff --git a/static/css/main.css b/static/css/main.css
index 026c4fac194cb0626b96798bf7ab1024f380f92b..a780402d2034fb5f4a7e30cf5926b1c5038d4ea7 100644
--- a/static/css/main.css
+++ b/static/css/main.css
@@ -237,11 +237,24 @@ time {
 }
 
 #container footer {
-  border-top: solid 1px #cecece;
+    border-top: solid 1px #cecece;
+}
+
+#container footer ul {
+    margin-top: 1rem;
+    margin-left: -1rem;
+    list-style: none;
+    display: flex;
+    justify-content: flex-center;
+
+}
+#container footer ul li{
+    margin: 2px;
 }
 
 #container footer h6 {
-  font-size: 0.8em;
+    font-size: 0.8em;
+      display: block;
 }
 
 #container main p {
diff --git a/templates/base.html b/templates/base.html
index 33f96362d471800f8a26f24c3862288207f4bc77..dd75515e0e7d978a904043753f9b611572b9284e 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -31,7 +31,10 @@
         <p><em>{{ SITESUBTITLE }}</em></p>
         {% if SOCIAL or FEED_ALL_ATOM or FEED_ALL_RSS %}
 
-           <ul class="social-media">
+        <ul class="social-media">
+	  {% if SOCIAL %}
+	  <li> Contact:</li>
+	  {% endif %}
                 {% for name, link in SOCIAL %}
                     <li><a href="{{ link }}"><i class="fa fa-{{ name }} fa-lg" aria-hidden="true"></i></a></li>
                 {% endfor %}
@@ -72,6 +75,12 @@
     {% block content %}
     {% endblock %}
     <footer>
+      <ul>
+      {% for img, link in LINKS %}
+      <li><a href="{{ link }}">{{ img }}</a></li>
+      {% endfor %}
+      </ul>
+      <p>
         <h6>
           Rendered by <a href="http://getpelican.com/">Pelican</a> &nbsp;&bull;&nbsp;
 	  Theme by <a href="https://gitlab.lis-lab.fr/pelican/gabian">gabian</a> &nbsp;&bull;&nbsp; Copyright