From a72b27a18e4cec558a901c810d75bfe36c9e6b91 Mon Sep 17 00:00:00 2001 From: alay Date: Sun, 3 Dec 2017 13:48:38 +0100 Subject: [PATCH] =?UTF-8?q?Ajustes=20de=20estilo=20del=20listado=20de=20ar?= =?UTF-8?q?t=C3=ADculos=20candidatos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/articles-list.html | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) 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 }}