update layout
This commit is contained in:
parent
b380c535fd
commit
ce9e3bad2b
17 changed files with 129 additions and 95 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue