diff --git a/templates/post.html.twig b/templates/post.html.twig index 6813fba..4e75131 100644 --- a/templates/post.html.twig +++ b/templates/post.html.twig @@ -5,7 +5,7 @@

{{ page.title }}

-

{{ page.date|date("d.m.Y H:i") }}

+

{{ page.date|date("d.m.Y H:i") }} {% if config.plugins.readingtime.enabled %} | {{ page.content|readingtime }} {% endif %}

Tagi: {% for tag in page.taxonomy.tag %}{{ tag }} {% endfor %}

{{ page.content | raw }}