Skip to content

Commit

Permalink
Provide default headline for sections
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanmuth committed Apr 1, 2020
1 parent 1b565bd commit 57e68a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion sections/facebook_sharing_preview.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'props' => [
'headline' => function ($headline = 'Basic Meta') {
'headline' => function ($headline = 'Facebook Sharing Preview') {
return $headline;
}
],
Expand Down
2 changes: 1 addition & 1 deletion sections/google_search_preview.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'props' => [
'headline' => function ($headline = 'Basic Meta') {
'headline' => function ($headline = 'Google Search Preview') {
return $headline;
}
],
Expand Down
2 changes: 1 addition & 1 deletion sections/twitter_card_preview.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

return [
'props' => [
'headline' => function ($headline = 'Basic Meta') {
'headline' => function ($headline = 'Twitter Card Preview') {
return $headline;
}
],
Expand Down

0 comments on commit 57e68a3

Please sign in to comment.