From 4745f11a1fc17a97f937d091e5c986207c6e3d6d Mon Sep 17 00:00:00 2001 From: Josh Borrow <joshua.borrow@durham.ac.uk> Date: Sat, 30 Sep 2017 19:17:54 +0100 Subject: [PATCH] changed to using colour as a delimiter --- templates/pubs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/pubs.html b/templates/pubs.html index 0198352..db8c9bf 100644 --- a/templates/pubs.html +++ b/templates/pubs.html @@ -18,8 +18,8 @@ </div> {% endif %} <div class="card-text"> - <h3>{{ card.title }}</h3> - <h4>{{ card.journal }} </h4> + <h3>{{ card.title }}</h2> + <b><h3>{{ card.journal }}</h3></b> <p>{{ card.date }}</p> </div> </a> -- GitLab