File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments