merge master in prod

This commit is contained in:
2020-09-08 12:00:45 +02:00
parent b925edaa9e
commit 3e5e731c2c
226 changed files with 8516 additions and 4149 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;