[publis] renumber + JL accepted
This commit is contained in:
parent
c591e4a733
commit
4a03f39ca5
6 changed files with 30 additions and 21 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue