[publis] renumber + JL accepted

This commit is contained in:
Gaspard Jankowiak 2023-10-25 08:15:38 +02:00
commit 4a03f39ca5
6 changed files with 30 additions and 21 deletions

View file

@ -10,7 +10,7 @@ subtitle: Publications
{% if site.data.submitted %}
# Articles soumis (preprints)
<ol reversed>
<ol reversed id="list_submitted">
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
{% endif %}
@ -18,7 +18,7 @@ subtitle: Publications
{% if site.data.accepted %}
# Articles acceptés
<ol reversed>
<ol reversed id="list_accepted">
{% for pub in site.data.accepted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
{% endif %}
@ -27,7 +27,7 @@ subtitle: Publications
{% if site.data.published %}
# Articles publiés
<ol reversed>
<ol reversed id="list_published">
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
{% endif %}