mirror of
https://github.com/Einundzwanzig-Podcast/einundzwanzig-portal.git
synced 2025-12-11 06:46:47 +00:00
add seo
This commit is contained in:
@@ -7,6 +7,7 @@
|
||||
<title>{{ config('app.name', 'Laravel') }}</title>
|
||||
<link rel="apple-touch-icon" href="/img/apple_touch_icon.png"/>
|
||||
<link rel="icon" href="/img/favicon.svg"/>
|
||||
{!! seo() !!}
|
||||
<!-- Fonts -->
|
||||
@googlefonts
|
||||
<!-- Scripts -->
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
<title>{{ config('app.name', 'Laravel') }}</title>
|
||||
<link rel="apple-touch-icon" href="{{ asset('img/apple_touch_icon.png') }}"/>
|
||||
<link rel="icon" href="{{ asset('img/favicon.svg') }}"/>
|
||||
{!! seo() !!}
|
||||
<!-- Fonts -->
|
||||
@googlefonts
|
||||
<!-- Scripts -->
|
||||
|
||||
Reference in New Issue
Block a user