update layout

This commit is contained in:
Gaspard Jankowiak 2019-03-22 12:33:22 +01:00
commit ce9e3bad2b
17 changed files with 129 additions and 95 deletions

View file

@ -1,22 +1,19 @@
---
layout: default
math: false
subtitle: Publications
---
FR\|[EN](/en/publications)
{: .switcher}
{% include nav_fr.html %}
# Publications & preprints
{% 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
# Articles soumis (preprints)
<ol reversed>
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
# Articles publiés
<ol reversed>
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>