mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 01:44:03 +00:00
fix tests broken by #39
This commit is contained in:
parent
f4ec8c0fab
commit
c768bb7d60
7 changed files with 26 additions and 26 deletions
|
|
@ -140,8 +140,8 @@ To add more tags to the document head, you can use the `tag()` and `rawTag()` me
|
|||
|
||||
```php
|
||||
seo()->tag('fb:image', asset('foo'));
|
||||
seo()->rawTag('<meta property="fb:url" content="bar" />');
|
||||
seo()->rawTag('fb_url', '<meta property="fb:url" content="bar" />'); // Keyed, allows overrides later on
|
||||
seo()->rawTag('<meta property="fb:url" content="bar">');
|
||||
seo()->rawTag('fb_url', '<meta property="fb:url" content="bar">'); // Keyed, allows overrides later on
|
||||
```
|
||||
|
||||
### Canonical URL
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue