diff --git a/templates/partials/blog_item.html.twig b/templates/partials/blog_item.html.twig old mode 100644 new mode 100755 index a356e24..778549b --- a/templates/partials/blog_item.html.twig +++ b/templates/partials/blog_item.html.twig @@ -42,6 +42,11 @@ {% endif %}
+ {# Support for reading time plugin #} + {% if config.plugins.readingtime.enabled %} + {{ page.content|readingtime}} + {% endif %} + {# Support for translate and twig extensions plugins #} {% if config.plugins["translate-date"].enabled %} {% elseif config.plugins["twig-extensions"].enabled %}