]> git.sur5r.net Git - i3/i3.github.io/commitdiff
add (and use) retina favicon
authorMichael Stapelberg <michael@stapelberg.de>
Tue, 23 Sep 2014 00:39:57 +0000 (02:39 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Tue, 23 Sep 2014 00:41:08 +0000 (02:41 +0200)
_docs/conf/i3html.conf
_layouts/default.html
favicon.ico [new file with mode: 0644]

index 7202ef22035d492970d077998f56c0466041706a..a4e2d44a31b41e69213e87c44990331691b1fe80 100644 (file)
@@ -523,7 +523,7 @@ cellspacing="0" cellpadding="4">
     "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{lang=en}">
 <head>
-<link rel="icon" type="image/png" href="/favicon.png">
+<link rel="icon" type="image/x-icon" href="/favicon.ico">
 <meta http-equiv="Content-Type" content="{quirks=application/xhtml+xml}{quirks?text/html}; charset={encoding}" />
 <meta name="generator" content="AsciiDoc {asciidoc-version}" />
 <meta name="description" content="{description}" />
index 68db1dc5a6b08562b6a2d02db604caa9e48f4ded..58c694ed7eb7c57bf30063e91bc823b511be6956 100644 (file)
@@ -3,7 +3,7 @@
     <head>
         <meta http-equiv="content-type" content="text/html; charset=utf-8">
         <title>i3 - improved tiling wm</title>
-        <link rel="icon" type="image/png" href="/favicon.png">
+        <link rel="icon" type="image/x-icon" href="/favicon.ico">
         <link rel="stylesheet" href="/css/style.css" type="text/css" media="screen">
         <link rel="publisher" href="https://plus.google.com/113555191861605339299">
         <meta name="description" content="i3 is a dynamic tiling window manager with clean, readable and documented code, featuring extended Xinerama support, usage of libxcb instead of xlib and several improvements over wmii">
diff --git a/favicon.ico b/favicon.ico
new file mode 100644 (file)
index 0000000..e93ff64
Binary files /dev/null and b/favicon.ico differ