Skip to content

Commit e411508

Browse files
committed
Apple touch icons
1 parent 8dcd6f2 commit e411508

6 files changed

+5
-0
lines changed

_layouts/default.html

+5
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@
3232
<link rel="stylesheet" href="{{ "/assets/css/bootstrap.css" | prepend: site.baseurl }}">
3333
<link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl }}">
3434
<link rel="icon" type="image/x-icon" href="{{ "/favicon.ico" | prepend: site.baseurl }}">
35+
<link rel="apple-touch-icon" href="/assets/favicons/apple-touch-icon-152x152.png">
36+
<link rel="apple-touch-icon" sizes="120x120" href="/assets/favicons/apple-touch-icon-120x120.png">
37+
<link rel="apple-touch-icon" sizes="152x152" href="/assets/favicons/apple-touch-icon-152x152.png">
38+
<link rel="apple-touch-icon" sizes="180x180" href="/assets/favicons/apple-touch-icon-180x180.png">
39+
<link rel="apple-touch-icon" sizes="167x167" href="/assets/favicons/apple-touch-icon-167x167.png">
3540
<script>console.log('Welcome to Project Jupyter! Explore the various tools available and their corresponding documentation. If you are interested in contributing to the platform, please visit the community resources section at https://jupyter.org/community.html.')</script>
3641
</head>
3742
<body>

apple-touch-icon.png

4.38 KB
Loading
3.46 KB
Loading
4.38 KB
Loading
4.9 KB
Loading
5.2 KB
Loading

0 commit comments

Comments
 (0)