X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=src%2FWallabag%2FCoreBundle%2FResources%2Fviews%2Fthemes%2Fmaterial%2FEntry%2FCard%2F_content.html.twig;h=e66cdf2c195244a05f06de7c9b375d0c12033feb;hb=38f7c4590362e4657402eb1b58ad29b44ec763a6;hp=1c898f0ffe84e4e3ff80256fba059162acb38807;hpb=8e15ece7df98709202d03ad6a52158249e37ec70;p=github%2Fwallabag%2Fwallabag.git diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/Card/_content.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/Card/_content.html.twig index 1c898f0f..e66cdf2c 100644 --- a/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/Card/_content.html.twig +++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/Entry/Card/_content.html.twig @@ -3,13 +3,16 @@ more_vert {% endif %} - {{ entry.title | striptags | truncate(80, true, '…') | raw | default('entry.default_title'|trans) }} + {{ entry.title | striptags | truncate(80, true, '…') | default('entry.default_title'|trans) | raw }}
- {{ entry.domainName|removeWww }} - {% if withTags is defined %} + {{ entry.domainName|removeWww }} language + {% if withMetadata is defined %} {% include "@WallabagCore/themes/material/Entry/_tags.html.twig" with {'tags': entry.tags | slice(0, 3), 'entryId': entry.id, 'listClass': ' hide-on-med-and-down'} only %} +
+
{% include "@WallabagCore/themes/material/Entry/_reading_time.html.twig" with {'entry': entry} only %}
+
{% endif %}