{% for tag in post.tags %}
-
+
{{ tag.name }}
{% endfor %}
diff --git a/app/Resources/views/blog/index.html.twig b/app/Resources/views/blog/index.html.twig
index 26897f591..bbaa90eda 100644
--- a/app/Resources/views/blog/index.html.twig
+++ b/app/Resources/views/blog/index.html.twig
@@ -11,14 +11,14 @@
- {{ include('blog/_post_tags.html.twig') }}
-
{{ post.publishedAt|localizeddate('long', 'medium', null, 'UTC') }}
{{ post.author.email }}