mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-12 13:24:25 +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 %}
|
||||
{% 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 %}
|
Loading…
x
Reference in New Issue
Block a user