actuel-inactuel/site/collections/years.php

6 lines
82 B
PHP
Raw Permalink Normal View History

2024-03-09 11:27:10 +01:00
<?php
return function ($site) {
2024-10-16 08:53:53 +02:00
return $site->find('textes')->children();
2024-03-09 15:09:31 +01:00
};