From 2a9acaf8f8c770cab646410c7f9bce6a39d45f0c Mon Sep 17 00:00:00 2001 From: Jorran de Wit <jorrandewit@outlook.com> Date: Tue, 1 Aug 2017 21:24:12 +0200 Subject: [PATCH] Fix typo --- journals/templates/journals/journals.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/journals/templates/journals/journals.html b/journals/templates/journals/journals.html index 216a7567c..857c9f1b0 100644 --- a/journals/templates/journals/journals.html +++ b/journals/templates/journals/journals.html @@ -21,7 +21,7 @@ <a href="{% url 'scipost:landing_page' 'SciPostPhys' %}">SciPost Physics</a> </h1> <div class="py-2"> - <h3 class="mb-2"><a href="{% url 'scipost:landing_page' 'SciPostPhys' %}">Go direct to SciPost Physics</a></h3> + <h3 class="mb-2"><a href="{% url 'scipost:landing_page' 'SciPostPhys' %}">Go directly to SciPost Physics</a></h3> <p>SciPost Physics publishes outstanding-quality research articles in all domains and subject areas of Physics.</p> <p>The journal accepts three types of content: Letters, Articles and Reviews.</p> <p>Letters report broad-interest, significant breakthroughs in Physics, of interest and importance to researchers in multiple subject areas.</p> @@ -35,7 +35,7 @@ <a href="{% url 'journal:about' 'SciPostPhysProc' %}">SciPost Physics Proceedings</a> <span class="d-inline text-danger">New!</span> </h1> <div class="py-2"> - <h3 class="d-inline-block text-danger mb-2"><b>New!</b> <a href="{% url 'journal:about' 'SciPostPhysProc' %}">Go direct to SciPost Physics Proceedings</a></h3> + <h3 class="d-inline-block text-danger mb-2"><b>New!</b> <a href="{% url 'journal:about' 'SciPostPhysProc' %}">Go directly to SciPost Physics Proceedings</a></h3> <p>SciPost Physics Proceedings is a premium-quality, two-way open access, peer-witnessed refereed Journal for the general field of Physics.</p> <p>It aims at providing a high-quality, openly accessible publishing venue for conference/workshop/school proceedings.</p> <p>SciPost Physics Proceedings publishes articles in the domains of Experimental, Theoretical and Computational physics, in all specializations.</p> -- GitLab