recup commit dev
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
{% set next_year = "+1 year"|date('Y')%}
|
||||
|
||||
{% for p in page.collection(options).dateRange( this_day ~ this_month ~ this_year, '12/31/' ~ next_year).slice(0, 3).order('date', 'asc') %}
|
||||
{% for p in page.collection(options).dateRange( this_day ~ this_month ~ this_year, '12/31/' ~ next_year).order('date', 'asc').slice(0,3) %}
|
||||
<div class="side-agenda">
|
||||
<a href="{{p.url}}">
|
||||
<div class="date">
|
||||
|
Reference in New Issue
Block a user