update grav et plugin

This commit is contained in:
2020-09-08 11:32:48 +02:00
parent 7435174adc
commit 72aae1eb2d
274 changed files with 11935 additions and 4906 deletions
@@ -33,7 +33,7 @@ class Taxonomylist
{
$current = Grav::instance()['page'];
$taxonomies = [];
foreach ($current->children() as $child) {
foreach ($current->children()->published() as $child) {
foreach($this->build($child->taxonomy()) as $taxonomyName => $taxonomyValue) {
if (!isset($taxonomies[$taxonomyName])) {
$taxonomies[$taxonomyName] = $taxonomyValue;