1
0
Fork 0
mirror of https://github.com/archtechx/laravel-seo.git synced 2025-12-12 18:04:03 +00:00
laravel-seo/resources/views/components/extensions/favicon.blade.php
Ngô Quốc Đạt 567a7b09ef
Add support keywords meta tag (#29)
* Add support 'keywords' meta tag

* update

* update
2023-04-24 05:18:46 +02:00

2 lines
141 B
PHP

<link rel="icon" type="image/x-icon" href="{{ asset('favicon.ico') }}">
<link rel="icon" type="image/png" href="{{ asset('favicon.png') }}">