menu
This commit is contained in:
@@ -11,11 +11,23 @@
|
||||
|
||||
{% block body %}
|
||||
<section class="body-wrapper" id="item_list">
|
||||
<script type="text/javascript">
|
||||
var $card = $('.card');
|
||||
ScrollReveal().reveal($card, {
|
||||
delay: 1000,
|
||||
distance: '20px',
|
||||
interval: 100,
|
||||
});
|
||||
</script>
|
||||
|
||||
{% block item %}
|
||||
<!-- <div> -->
|
||||
{% for child in collection %}
|
||||
{% include 'partials/blog-list-item.html.twig' with {blog: page, page: child} %}
|
||||
{% endfor %}
|
||||
<!-- </div> -->
|
||||
{% endblock %}
|
||||
|
||||
</section>
|
||||
|
||||
{% block aside %}
|
||||
|
||||
Reference in New Issue
Block a user