From fa64aa71e646fb27f6c67b86c9a123900406050c Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Sun, 19 Mar 2017 15:09:23 +0100 Subject: [PATCH] Minor edits --- scipost/templates/scipost/index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scipost/templates/scipost/index.html b/scipost/templates/scipost/index.html index efe7b94f5..ff4f0468b 100644 --- a/scipost/templates/scipost/index.html +++ b/scipost/templates/scipost/index.html @@ -74,13 +74,13 @@ <div class="SciPostPhysicsBanner"> <h2 class="py-0"> <a class="pb-0" href="{% url 'journals:scipost_physics' %}">SciPost Physics</a> - {% if issue %} - <div class="banner-subtitle">Vol. {{ issue.in_volume.number }} issue {{ issue.number }} {{issue.period_as_string}}</div> - {% endif %} </h2> </div> {% if issue and publications %} - <h4 class="card-text text-center">A selection of the current issue:</h4> + <h4 class="card-text text-center">A selection from the current issue:</h4> + {% if issue %} + <div class="text-muted text-center">Vol. {{ issue.in_volume.number }} issue {{ issue.number }} {{issue.period_as_string}}</div> + {% endif %} <ul class="list-group list-group-flush"> {% for publication in publications %} -- GitLab