Remove footer and refactor layout to use fluid sidebar width
This commit is contained in:
parent
1355557a98
commit
748472a5d0
4 changed files with 25 additions and 81 deletions
|
@ -6,14 +6,8 @@ return function ($site) {
|
|||
$logoHref = $site->url();
|
||||
$logoAriaLabel = "Go to {$site->title()}'s home page";
|
||||
|
||||
// Get contact fields content
|
||||
$email = $site->email();
|
||||
$instagram = $site->instagram();
|
||||
|
||||
// Return data
|
||||
return compact(
|
||||
'email',
|
||||
'instagram',
|
||||
'logoAriaLabel',
|
||||
'logoHref',
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue