mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
Twitter user -> Twitter site
This commit is contained in:
parent
fdd7064a00
commit
5732fc8a57
5 changed files with 7 additions and 7 deletions
|
|
@ -52,7 +52,7 @@ title(string $title)
|
|||
description(string $description)
|
||||
image(string $url)
|
||||
|
||||
twitterUser(string $username)
|
||||
twitterSite(string $username)
|
||||
twitterTitle(string $title)
|
||||
twitterDescription(string $description)
|
||||
twitterImage(string $url)
|
||||
|
|
@ -219,7 +219,7 @@ public function show(Post $post)
|
|||
->title($post->title)
|
||||
->description(Str::limit($post->content, 50))
|
||||
->flipp('blog', ['title' => $page->title, 'content' => $page->excerpt]);
|
||||
|
||||
|
||||
return view('blog.show', compact($post));
|
||||
}
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue