diff --git a/templates/pubs.html b/templates/pubs.html index 6f90e1709f1e982d34998c9dd27a20cda10c16af..5f517dc590e6d1dee00436926c0e1fd7b9dfabf0 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 %}