diff --git a/journals/templates/journals/_base.html b/journals/templates/journals/_base.html
index f6d61a1c6c0ff323a8fc1f45b055407874b2502d..576442429b4d8176c5e5ad0a0c13a076f8f809f4 100644
--- a/journals/templates/journals/_base.html
+++ b/journals/templates/journals/_base.html
@@ -1,5 +1,7 @@
 {% extends 'scipost/base.html' %}
 
+{% load staticfiles %}
+
 {% block pagetitle %}: {{journal}}{% endblock pagetitle %}
 {% block body_class %}{{block.super}} journals{% endblock %}
 
@@ -48,9 +50,12 @@
         <div class="row my-1">
             <div class="col-12">
                 {% if journal.active %}
-                    {{journal}} is published by the SciPost Foundation under the journal doi: 10.21468/{{journal.name}} and ISSN {{journal.issn}}.
+                    <p>{{journal}} is published by the SciPost Foundation under the journal doi: 10.21468/{{journal.name}} and ISSN {{journal.issn}}.</p>
                 {% endif %}
-            </div>
+		{% if journal.doi_label == 'SciPostPhys' %}
+		<p>All content in {{ journal }} is deposited and permanently preserved in the CLOCKSS archive <a href="https://www.clockss.org/clockss/Home"><img src="{% static 'scipost/images/clockss_original_logo_boxed_ai-cropped-90.png' %}" alt="CLOCKSS logo" width="40"></a></p>
+		{% endif %}
+	    </div>
         </div>
     </footer>
 {% endblock %}
diff --git a/scipost/static/scipost/images/clockss_original_logo_boxed_ai-cropped-90.png b/scipost/static/scipost/images/clockss_original_logo_boxed_ai-cropped-90.png
new file mode 100644
index 0000000000000000000000000000000000000000..3f3ac1910793a41e225994f3cc02175c026d8ab5
Binary files /dev/null and b/scipost/static/scipost/images/clockss_original_logo_boxed_ai-cropped-90.png differ