actuel-inactuel/site/collections/years.php

6 lines
109 B
PHP
Raw Normal View History

2024-03-09 11:27:10 +01:00
<?php
2026-03-28 16:39:14 +01:00
return function ($site) {
return $site->find('textes')->children()->sort('title', 'desc');
2024-03-09 15:09:31 +01:00
};