about : unhtml title
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 26s
All checks were successful
Deploy Production / Deploy to Production (push) Successful in 26s
This commit is contained in:
parent
d93582b0a1
commit
6ad0545ea4
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue