j'ai essayé des trucs mais ça n'a pas fonctionné
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
{% set current_page = (p.active or p.activeChild) ? 'selected' : '' %}
|
||||
<div class="has-children {{ current_page|e }}">
|
||||
{# parent #}
|
||||
<h2>{{ p.menu|e }}</h2>
|
||||
<h2>{{ p.menu|e}}</h2>
|
||||
{{ p.content|raw }}
|
||||
{% if p.children.visible.count > 0 %}
|
||||
<div>
|
||||
|
||||
@@ -11,7 +11,6 @@
|
||||
|
||||
<link rel="icon" type="image/png" href="{{ url('theme://images/logo.png')|e }}" />
|
||||
<link rel="canonical" href="{{ page.canonical(true)|e }}" />
|
||||
{# paged polyfill #}
|
||||
<script src="https://unpkg.com/pagedjs/dist/paged.polyfill.js"></script>
|
||||
{% endblock head %}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user