Now displaying the article title in <title> for blog posts

This commit is contained in:
Gergely Polonkai 2013-01-06 04:49:31 +01:00
parent 7626abfd26
commit e36fd9bd11

View File

@ -1,5 +1,7 @@
{% extends 'GergelyPolonkaiFrontBundle:Default:front_base.html.twig' %} {% extends 'GergelyPolonkaiFrontBundle:Default:front_base.html.twig' %}
{% block title %} - {{ post.title }}{% endblock %}
{% block content %} {% block content %}
{% include 'GergelyPolonkaiFrontBundle:Blog:postViewer.html.twig' with {'post': post, 'title_links': false} %} {% include 'GergelyPolonkaiFrontBundle:Blog:postViewer.html.twig' with {'post': post, 'title_links': false} %}
{% endblock content %} {% endblock content %}