mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
fix "the page display always the homepage"
Renaming the block name from layout_content => content.
This commit is contained in:
parent
1e22e8a36c
commit
ac46a61d40
@ -25,7 +25,7 @@
|
|||||||
{% endstylesheets %}
|
{% endstylesheets %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block layout_content %}
|
{% block content %}
|
||||||
|
|
||||||
<div class="grid-12 parent" id="header-person-name" >
|
<div class="grid-12 parent" id="header-person-name" >
|
||||||
<div class="grid-10 push-1 parent">
|
<div class="grid-10 push-1 parent">
|
||||||
@ -129,4 +129,4 @@
|
|||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{% endblock %}
|
{% endblock content %}
|
Loading…
x
Reference in New Issue
Block a user