Skip to content

Commit 3de6939

Browse files
committed
Added Favicon Here in this .
Signed-off-by: Someshdiwan <Someshdiwan369@gmail.com>
1 parent 99679b1 commit 3de6939

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

site/_layouts/default.html

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,17 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6-
<link rel="icon" href="{{ '/assets/favicon.ico' | relative_url }}" type="image/x-icon" />
6+
<!--<link rel="icon" href="{{ '/assets/favicon.ico' | relative_url }}" type="image/x-icon" />-->
7+
8+
<!-- Added Favicon -->
9+
<link rel="icon" type="image/png" href="{{ '/assets/favicon-96x96.png' | relative_url }}" sizes="96x96" />
10+
<link rel="icon" type="image/svg+xml" href="{{ '/assets/favicon.svg' | relative_url }}" />
11+
<link rel="shortcut icon" href="{{ '/assets/favicon.ico' | relative_url }}" />
12+
<link rel="apple-touch-icon" sizes="180x180" href="{{ '/assets/apple-touch-icon.png' | relative_url }}" />
13+
<meta name="apple-mobile-web-app-title" content="Java" />
14+
<link rel="manifest" href="{{ '/assets/site.webmanifest' | relative_url }}" />
15+
16+
717
<title>{{ page.title }}</title>
818
<link rel="stylesheet" href="{{ "/assets/style.css" | relative_url }}">
919
<script>

0 commit comments

Comments
 (0)