a610b43e0a4b — Eddie Barraco 5 years ago
Simplify the teasing part in index page
1 files changed, 1 insertions(+), 3 deletions(-)

M templates/article/archive.html.twig
M templates/article/archive.html.twig +1 -3
@@ 10,9 10,7 @@ 
                     <a href="{{ path('article_show', {'id': article.id}) }}">{{ article.title }}</a>
                 </span>
             </h2>
-            <div>
-                {{ article.teasing|raw }}
-            </div>
+            {{ article.teasing|raw }}
         </div>
         {% endfor %}