fix "the page display always the homepage"

Renaming the block name from layout_content => content.
This commit is contained in:
Julien Fastré 2015-10-27 14:53:22 +01:00
parent 1e22e8a36c
commit ac46a61d40

View File

@ -25,7 +25,7 @@
{% endstylesheets %}
{% endblock %}
{% block layout_content %}
{% block content %}
<div class="grid-12 parent" id="header-person-name" >
<div class="grid-10 push-1 parent">
@ -129,4 +129,4 @@
</section>
</div>
</div>
{% endblock %}
{% endblock content %}