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 %}
{% for autor in article.autores %}
{{autor.nombre}}
- {% if autor.twitter != null %}
-
-
-
- {% endif %}
- {% endfor %}
-
- {{ article.title }}
+
+ {{ article.title | truncatewords: 7 }}
{{ article.details }}