scss
This commit is contained in:
@@ -4,8 +4,10 @@
|
||||
<h2>À venir</h2>
|
||||
{% for p in page.collection(options)%}
|
||||
<div class="side-agenda">
|
||||
<a href="{{p.url}}">
|
||||
{% include 'partials/blog/date.html.twig' with {page: p } %}
|
||||
{{p.title}}
|
||||
{% include 'partials/blog/date.html.twig' with {page: p } %}
|
||||
</a>
|
||||
</div>
|
||||
{% endfor %}
|
||||
<div class="side-all-agenda">
|
||||
|
||||
Reference in New Issue
Block a user