From 55dce53d32d9b101747bbddf597d75fc976100a1 Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <schaller@strw.leidenuniv.nl>
Date: Mon, 17 Apr 2023 20:50:00 +0200
Subject: [PATCH] Add journals to the list of publications

---
 templates/pubs.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/templates/pubs.html b/templates/pubs.html
index 6f90e17..5f517dc 100644
--- a/templates/pubs.html
+++ b/templates/pubs.html
@@ -22,9 +22,9 @@
       <div class="card-text">
         <h4>{{ count + 1 - loop.index }}) <a href="https://ui.adsabs.harvard.edu/abs/{{ card.bibcode }}/abstract">{{ card.title }}</h4></a>
 	{% if card.author_count > 1 %}
-        <p>{{ card.first_author_norm }} et al., {{ card.year }}</p>
+        <p>{{ card.first_author_norm }} et al., {{ card.bibstem }}, {{ card.year }}</p>
 	{% else %}
-	<p>{{ card.first_author_norm }}, {{ card.year }}</p>
+	<p>{{ card.first_author_norm }}, {{ card.bibstem }}, {{ card.year }}</p>
 	{% endif %}			  
       </div>
       {% endfor %}
-- 
GitLab