diff --git a/scipost/templates/scipost/footer.html b/scipost/templates/scipost/footer.html
index 4fa5a8f7a065bd76b0cd174651504173e39c7a56..a69ef2bf8bd2ab871184b3708c9a2ca4e0620da1 100644
--- a/scipost/templates/scipost/footer.html
+++ b/scipost/templates/scipost/footer.html
@@ -5,9 +5,7 @@
     <div class="col-md-4">
       Copyright &copy; <a href="{% url 'scipost:foundation' %}" target="_">SciPost Foundation</a>.
       <br/>
-      <a href="mailto:admin@scipost.org">Contact the administrators.</a>
-      <br/>
-      <a href="mailto:techsupport@scipost.org">Contact the technical staff for support and feedback.</a>
+      Contact the <a href="mailto:admin@scipost.org">administrators</a> or <a href="mailto:techsupport@scipost.org">tech support</a>
       <br/>
       <a href="{% url 'scipost:terms_and_conditions' %}">Terms and conditions.</a>
     </div>
diff --git a/scipost/templates/scipost/navbar.html b/scipost/templates/scipost/navbar.html
index 7a5fe0d0a9c572b919cde628a9b1980116805aa1..117273947ae951326c581fbfe5c01a34bc055485 100644
--- a/scipost/templates/scipost/navbar.html
+++ b/scipost/templates/scipost/navbar.html
@@ -16,7 +16,7 @@
           <li class="nav-item{% if '/theses/' in request.path %} active{% endif %}">
             <a class="nav-link" href="{% url 'theses:theses' %}">Theses</a>
           </li>
-          <li class="nav-item{% if '/about/' in request.path %} active{% endif %}">
+          <li class="nav-item{% if '/about' in request.path %} active{% endif %}">
             <a class="nav-link" href="{% url 'scipost:about' %}">About SciPost</a>
           </li>