From 2f5e857e0d71acee07f3a283121572ce34279ac8 Mon Sep 17 00:00:00 2001 From: alay Date: Sun, 3 Dec 2017 14:22:04 +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 | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) 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 %}