Now displaying the article title in <title> for blog posts
This commit is contained in:
parent
7626abfd26
commit
e36fd9bd11
@ -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 %}
|
||||||
|
Loading…
Reference in New Issue
Block a user