From 6515f53cb03ffc9513336bce7f293862535c1bd4 Mon Sep 17 00:00:00 2001 From: Gaspard Jankowiak Date: Tue, 12 Mar 2024 09:54:11 +0100 Subject: [PATCH] [publis] fix html for english --- en/publications.markdown | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/en/publications.markdown b/en/publications.markdown index 12aecb3..bee46c1 100644 --- a/en/publications.markdown +++ b/en/publications.markdown @@ -10,7 +10,7 @@ subtitle: 'Publications' {% if site.data.submitted %} # Preprints -
    +
      {% for pub in site.data.submitted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
    {% endif %} @@ -18,7 +18,7 @@ subtitle: 'Publications' {% if site.data.accepted %} # Articles accepted for publication -
      +
        {% for pub in site.data.accepted %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
      {% endif %} @@ -26,7 +26,8 @@ subtitle: 'Publications' {% if site.data.published %} # Published articles -
        +
          {% for pub in site.data.published %}{% include publi_row.html pub=pub authors=authors %}{% endfor %}
        {% endif %} +