Skip to content

Commit

Permalink
Put publications in numbered list
Browse files Browse the repository at this point in the history
  • Loading branch information
avandeursen committed Dec 18, 2024
1 parent 459a175 commit 622c133
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _includes/publications-list.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{% if publications != empty %}
<!--h5 class="publications-header">{{ publications-header }}</h5-->
<ol>
{% for item in publications reversed -%}
<li>
<div class="publications-item">
<span class="publications-item__authors">
{{item.authors | array_to_sentence_string}}.
Expand All @@ -19,7 +21,9 @@
<i>{{item.year}}</i>
</span>
</div>
</li>
{% endfor %}
</ol>
{% else %}
<span class="publications-header--empty">
</span>
Expand Down

0 comments on commit 622c133

Please sign in to comment.