diff --git a/_includes/articles-list.html b/_includes/articles-list.html index 71936d8..f19d5c1 100644 --- a/_includes/articles-list.html +++ b/_includes/articles-list.html @@ -20,24 +20,26 @@ + {{ article.title | truncatewords: 7 }} + {% for autor in article.autores %} - {{autor.nombre}} + {% if autor.twitter != null %} + + + + + {{autor.nombre}} + + {% else %} + {{autor.nombre}} + {% endif %} {% endfor %} - {% for autor in article.autores %} - {% if autor.twitter != null %} - - - - - - {% endif %} - {% endfor %} {% if article.link != null %}
{% for autor in article.autores %} - {{autor.nombre}} + {% if autor.twitter != null %} + + + + + {{autor.nombre}} + + {% else %} + {{autor.nombre}} + {% endif %} {% endfor %}