separate preprints

This commit is contained in:
Gaspard Jankowiak 2019-02-18 09:11:17 +01:00
commit 0610680dd4
6 changed files with 102 additions and 70 deletions

View file

@ -11,6 +11,12 @@ FR\|[EN](/en/publications)
{% assign authors = site.data.authors %}
<ol reversed>
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
## Articles soumis
<ol reversed>
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>