actuel-inactuel/site/collections/years.php

6 lines
81 B
PHP
Raw Normal View History

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