mirror of
https://github.com/archtechx/laravel-seo.git
synced 2025-12-12 09:54:03 +00:00
Add support keywords meta tag (#29)
* Add support 'keywords' meta tag * update * update
This commit is contained in:
parent
3a17c8ee11
commit
567a7b09ef
6 changed files with 12 additions and 7 deletions
2
resources/views/components/extensions/favicon.blade.php
Normal file
2
resources/views/components/extensions/favicon.blade.php
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
|
||||
<link rel="icon" type="image/png" href="{{ asset('favicon.png') }}">
|
||||
Loading…
Add table
Add a link
Reference in a new issue