This commit is contained in:
parent
80efbf3d5f
commit
3d842cb1b7
4 changed files with 12 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
<ul
|
||||
class="side-panel__collection side-panel__collection--<?= $collection ?><?= e($collection == 'categories', ' hidden') ?>">
|
||||
class="texts side-panel__collection side-panel__collection--<?= $collection ?><?= e($collection == 'categories', ' hidden') ?>">
|
||||
<?php foreach($kirby->collection($collection) as $section): ?>
|
||||
<li class="side-panel__item " x-data='{ isOpen: false }'>
|
||||
<a class="no-underline" href="#<?= $section->slug() ?>"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue