diff --git a/_includes/articles-list.html b/_includes/articles-list.html index 4eaaed3..1a91df2 100644 --- a/_includes/articles-list.html +++ b/_includes/articles-list.html @@ -19,21 +19,14 @@ {% endif %}
-

- {{ article.title }} +

+ {{ article.title | truncatewords: 7 }}

{% for autor in article.autores %} {{autor.nombre}} - {% if autor.twitter != null %} - - - - - - {% endif %} - {% endfor %} -

+ {% endfor %} +

{% if article.link != null %} @@ -43,6 +36,15 @@ {% endif %} + {% for autor in article.autores %} + {% if autor.twitter != null %} + + + + + + {% endif %} + {% endfor %}

{{ article.details }}