From f3e4f109a3ae6cd58e0abc9e909ac823d5e3065a Mon Sep 17 00:00:00 2001 From: Nicolas Frandeboeuf Date: Fri, 23 Aug 2013 22:23:55 +0200 Subject: Revert "Clean markup in templates" This reverts commit 8413a63f7d9df2695653ab2ef1d77927da6ddc55. --- tpl/home.twig | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'tpl/home.twig') diff --git a/tpl/home.twig b/tpl/home.twig index a2fa9a93..21910ae8 100644 --- a/tpl/home.twig +++ b/tpl/home.twig @@ -5,19 +5,19 @@ {% endblock %} {% block precontent %} {% endblock %} {% block content %} {{ page_links | raw }} {% for entry in entries %}
-

{{ entry.title|raw }}

+

{{ entry.title|raw }}

{{ entry.content|striptags|slice(0, 300) }}...

-- cgit v1.2.3