diff --git a/app/Resources/views/admin/blog/show.html.twig b/app/Resources/views/admin/blog/show.html.twig index d69e83090..64d919dc7 100644 --- a/app/Resources/views/admin/blog/show.html.twig +++ b/app/Resources/views/admin/blog/show.html.twig @@ -4,30 +4,16 @@ {% block main %}
| {{ 'label.summary'|trans }} | -{{ post.summary|md2html }} | -
|---|---|
| {{ 'label.content'|trans }} | -{{ post.content|md2html }} | -
| {{ 'label.author'|trans }} | -{{ post.author.email }} |
-
| {{ 'label.published_at'|trans }} | - {# it's not mandatory to set the timezone in localizeddate(). This is done to - avoid errors when the 'intl' PHP extension is not available and the application - is forced to use the limited "intl polyfill", which only supports UTC and GMT #} -{{ post.publishedAt|localizeddate('long', 'medium', null, 'UTC') }} |
-
{{ 'label.summary'|trans }}: {{ post.summary }}
+