Skip to content
Snippets Groups Projects

Added the journal to the publication cards

Merged Matthieu Schaller requested to merge journal_in_pubs into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
+ 2
2
@@ -18,8 +18,8 @@
@@ -18,8 +18,8 @@
</div>
</div>
{% endif %}
{% endif %}
<div class="card-text">
<div class="card-text">
<h3>{{ card.title }}</h3>
<h3>{{ card.title }}</h2>
<h4>{{ card.journal }} </h4>
<b><h3>{{ card.journal }}</h3></b>
<p>{{ card.date }}</p>
<p>{{ card.date }}</p>
</div>
</div>
</a>
</a>
Loading