about : unhtml title
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 26s

This commit is contained in:
isUnknown 2026-06-17 08:00:02 +02:00
parent d93582b0a1
commit 6ad0545ea4

View file

@ -11,7 +11,7 @@ foreach ($page->body()->toBlocks() as $block) {
}
$specificData = [
'heading' => $page->heading()->value(),
'heading' => $page->heading()->inline()->value(),
'subtitle' => $page->subtitle()->value(),
'body' => $bodyBlocks,
'team' => $page->files()->template('member')->sort('sort')->map(function ($file) {