Skip to content

Commit 0a6ae53

Browse files
committed
Add favicons based on favicon.io
1 parent a28e148 commit 0a6ae53

File tree

8 files changed

+6
-2
lines changed

8 files changed

+6
-2
lines changed

_includes/head.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
22
<title>{{ page.title }} &mdash; JRuby.org</title>
3-
<link rel="shortcut icon" href="/favicon.ico" />
3+
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
4+
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
5+
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
6+
<link rel="manifest" href="/site.webmanifest">
47
<link rel="alternate" href="/atom.xml" title="JRuby.org News" type="application/atom+xml"/>
58
<link rel="stylesheet" href="/stylesheets/main.css?version=1" type="text/css" media="screen" title="no title" charset="utf-8" />
69
<!--[if lte IE 7]><link rel="stylesheet" href="/stylesheets/ie7-hacks.css" type="text/css" media="screen" title="no title" charset="utf-8" /><![endif]-->
710
<link rel="stylesheet" href="/stylesheets/syntax.css" type="text/css" media="screen" title="no title" charset="utf-8" />
811

912
<script type="text/javascript" src="//use.typekit.com/swo8tlm.js"></script>
10-
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
13+
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>

images/android-chrome-192x192.png

10.6 KB
Loading

images/android-chrome-512x512.png

34.3 KB
Loading

images/apple-touch-icon.png

9.42 KB
Loading

images/favicon-16x16.png

551 Bytes
Loading

images/favicon-32x32.png

1.17 KB
Loading

images/favicon.ico

15 KB
Binary file not shown.

site.webmanifest

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"name":"","short_name":"","icons":[{"src":"/android-chrome-192x192.png","sizes":"192x192","type":"image/png"},{"src":"/android-chrome-512x512.png","sizes":"512x512","type":"image/png"}],"theme_color":"#ffffff","background_color":"#ffffff","display":"standalone"}

0 commit comments

Comments
 (0)