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

{{ page.title }}

-

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

+

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

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

{{ page.content | raw }}