diff --git a/scipost/templates/scipost/footer.html b/scipost/templates/scipost/footer.html index a423be0af8357a466e7e9db24fb4d32e32b118f2..8cf25b23fb1dcc39095e0a4bb04ad9c2e06909c9 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">