From 23b455ae5d4551b0c06443c728cd227e0d98f870 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Wed, 20 Apr 2016 21:53:20 +0200
Subject: [PATCH] Journals visible; Crossref logo linked to site

---
 journals/templates/journals/journals.html | 4 ----
 scipost/templates/scipost/index.html      | 2 +-
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/journals/templates/journals/journals.html b/journals/templates/journals/journals.html
index 2d37e41b9..e5439c003 100644
--- a/journals/templates/journals/journals.html
+++ b/journals/templates/journals/journals.html
@@ -4,8 +4,6 @@
 
 {% block bodysup %}
 
-<!-- Temporary strip for online version -->
-{% if user.is_authenticated %}
 
 <section>
   <div class="flex-greybox">
@@ -64,6 +62,4 @@
 </section>
     
 
-{% endif %} <!-- temporary strip -->
-
 {% endblock bodysup %}
diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html
index 853d548e3..ee204ccc9 100644
--- a/scipost/templates/scipost/index.html
+++ b/scipost/templates/scipost/index.html
@@ -111,7 +111,7 @@
     <div class="col-6">
       <h1>SciPost is a member of</h1>
       <br/>
-      <img src="http://assets.crossref.org/logo/crossref-logo-200.svg" width="100px" alt="Crossref logo">
+      <a href="http://www.crossref.org"><img src="http://assets.crossref.org/logo/crossref-logo-200.svg" width="100px" alt="Crossref logo"></a>
     </div>
   </div>
 </section>
-- 
GitLab