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

@ -2,22 +2,20 @@
layout: default
math: false
lang: en
subtitle: 'Publications'
---
[FR](/publications)\|EN
{: .switcher}
{% include nav_en.html %}
# Publications & preprints
{% assign authors = site.data.authors %}
# Preprints
<ol reversed>
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
# Published articles
<ol reversed>
{% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>
## Submitted articles
<ol reversed>
{% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
</ol>