closes #7
All checks were successful
Deploy / Deploy to Production (push) Successful in 19s

This commit is contained in:
isUnknown 2026-03-21 13:24:25 +01:00
parent 008fc41823
commit 1f8abcd305
5 changed files with 10 additions and 4 deletions

View file

@ -26,7 +26,7 @@ return function ($page, $kirby, $site) {
})->values(),
'contact' => [
'email' => (string)$site->contactEmail()->value(),
'address' => (string)$site->contactAddress()->nl2br(),
'address' => (string)$site->contactAddress()->nl2br()->inline(),
'socials' => $site->socialLinks()->toStructure()->map(function($item) {
return [
'label' => (string)$item->label()->value(),