diff --git a/src/GergelyPolonkai/FrontBundle/Resources/views/Blog/viewPost.html.twig b/src/GergelyPolonkai/FrontBundle/Resources/views/Blog/viewPost.html.twig index c7fc3e8..68f80c7 100644 --- a/src/GergelyPolonkai/FrontBundle/Resources/views/Blog/viewPost.html.twig +++ b/src/GergelyPolonkai/FrontBundle/Resources/views/Blog/viewPost.html.twig @@ -1,5 +1,7 @@ {% extends 'GergelyPolonkaiFrontBundle:Default:front_base.html.twig' %} +{% block title %} - {{ post.title }}{% endblock %} + {% block content %} {% include 'GergelyPolonkaiFrontBundle:Blog:postViewer.html.twig' with {'post': post, 'title_links': false} %} {% endblock content %}