diff --git a/src/GergelyPolonkai/FrontBundle/Resources/views/Blog/postViewer.html.twig b/src/GergelyPolonkai/FrontBundle/Resources/views/Blog/postViewer.html.twig index 768cbeb..6ea5ea6 100644 --- a/src/GergelyPolonkai/FrontBundle/Resources/views/Blog/postViewer.html.twig +++ b/src/GergelyPolonkai/FrontBundle/Resources/views/Blog/postViewer.html.twig @@ -1,5 +1,5 @@
-

{% if title_links %}{% endif %}{{ post.title }}{% if title_links %}{% endif %}

+

{% if title_links %}{% endif %}{{ post.title }}{% if title_links %}{% else %}
{% endif %}

{{ post.createdAt|date('m-d-Y :: H:i') }} by {{ post.user.name }}

{{ post.content|insert_code_chunks }} {% if post.tags|length > 0 %} @@ -9,5 +9,7 @@ {% endfor %}

{% endif %} +{% if not title_links %}
+{% endif %}