favicon added

This commit is contained in:
Benjamin Takats
2022-12-21 18:35:50 +01:00
parent 69e5cc2ea7
commit 7d90c7317d
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest"> <link rel="manifest" href="/site.webmanifest">
{!! seo($SEOData) !!} {!! seo($SEOData ?? null) !!}
<!-- Fonts --> <!-- Fonts -->
@googlefonts @googlefonts
<!-- Scripts --> <!-- Scripts -->

View File

@@ -9,7 +9,7 @@
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png"> <link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png"> <link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<link rel="manifest" href="/site.webmanifest"> <link rel="manifest" href="/site.webmanifest">
{!! seo($SEOData) !!} {!! seo($SEOData ?? null) !!}
<!-- Fonts --> <!-- Fonts -->
@googlefonts @googlefonts
<!-- Scripts --> <!-- Scripts -->