From 29773c9729038510728738908b58fd8a86ef943b Mon Sep 17 00:00:00 2001 From: NumEricR Date: Fri, 23 Aug 2013 18:10:42 +0200 Subject: Fix HTML code of tools lists --- tpl/home.twig | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'tpl/home.twig') diff --git a/tpl/home.twig b/tpl/home.twig index 03f9f70d..8ef6adc0 100644 --- a/tpl/home.twig +++ b/tpl/home.twig @@ -15,12 +15,10 @@

{{ entry.title|e }}

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

{{ entry.url | e | getDomain }}

-- cgit v1.2.3 From 4b4afc7322cef96575649a47e34b1621a5aab1fd Mon Sep 17 00:00:00 2001 From: NumEricR Date: Fri, 23 Aug 2013 18:45:34 +0200 Subject: Add textual content on tools links --- tpl/home.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tpl/home.twig') diff --git a/tpl/home.twig b/tpl/home.twig index 8ef6adc0..6f6c17e1 100644 --- a/tpl/home.twig +++ b/tpl/home.twig @@ -15,9 +15,9 @@

{{ entry.title|e }}

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

-- cgit v1.2.3