diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 714fa9e..49651c5 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -661,6 +661,7 @@ class Poche 'entries' => '', 'page_links' => '', 'nb_results' => '', + 'listmode' => (isset($_COOKIE['listmode']) ? true : false), ); //if id is given - we retrive entries by tag: id is tag id diff --git a/themes/baggy/home.twig b/themes/baggy/home.twig index 5262c05..7bc0472 100755 --- a/themes/baggy/home.twig +++ b/themes/baggy/home.twig @@ -32,7 +32,7 @@ {% endblock %}
{% for entry in entries %} -
+

{{ entry.title|raw }}

{% if entry.content| getReadingTime > 0 %}