X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2Fentries.html.twig;h=e9a2b1831063fa2ce7d0c157a916b22ca26230cf;hb=1d4d9aaf2971e5b4d00a28f935c815e88bcf1487;hp=d245c8fdf3c5cff776c942a3ca3572b54897009f;hpb=25dc07d3c9d88dcb84444d69fd0b4822315c3fac;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig index d245c8fd..e9a2b183 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/entries.html.twig @@ -40,7 +40,7 @@ more_vert {% endif %} - {{ entry.title|striptags|slice(0, 42)|raw }} + {{ entry.title|striptags|raw }}
@@ -77,14 +77,11 @@

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

-
{% endif %}