mirror of
https://github.com/moparisthebest/wallabag
synced 2024-11-15 13:45:04 -05:00
[fix] change partials calls
This commit is contained in:
parent
5555d2612f
commit
b9e8651815
@ -7,7 +7,7 @@
|
||||
{% else %}
|
||||
<ul>
|
||||
{% for entry in entries %}
|
||||
{% include "entry.twig" %}
|
||||
{% include "_entry.twig" %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
{% else %}
|
||||
<ul>
|
||||
{% for entry in entries %}
|
||||
{% include "entry.twig" %}
|
||||
{% include "_entry.twig" %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
@ -7,7 +7,7 @@
|
||||
{% else %}
|
||||
<ul>
|
||||
{% for entry in entries %}
|
||||
{% include "entry.twig" %}
|
||||
{% include "_entry.twig" %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
{% include '_top.twig' %}
|
||||
<div id="main">
|
||||
<div id="content" class="w600p center">
|
||||
{% include "menu.twig" %}
|
||||
{% include "_menu.twig" %}
|
||||
{% block content %}{% endblock %}
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user