actuel-inactuel/site/collections/years.php
isUnknown 680871d6e2
All checks were successful
Deploy / Deploy to Production (push) Successful in 7s
side panel : sort texts
2026-03-28 16:39:14 +01:00

5 lines
109 B
PHP

<?php
return function ($site) {
return $site->find('textes')->children()->sort('title', 'desc');
};