create body reusable field
This commit is contained in:
parent
1b62fa7589
commit
9b1aeb5cd0
15 changed files with 143 additions and 147 deletions
|
|
@ -9,7 +9,7 @@
|
|||
<h2 class="main-title <?= setTitleFontSizeClass($page->title()) ?>"><?= $page->title() ?></h2>
|
||||
<ul class="texts">
|
||||
<?php foreach($kirby->collection('categories') as $category): ?>
|
||||
<?php if ($category['title'] == $page->title()->value()): ?>
|
||||
<?php if ($category->title() == $page->title()): ?>
|
||||
<?php foreach($category['texts'] as $article): ?>
|
||||
<li
|
||||
class="text"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue