Skip to content

Commit 3040c36

Browse files
committed
add (and use) retina favicon
1 parent f7001ea commit 3040c36

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

_docs/conf/i3html.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ cellspacing="0" cellpadding="4">
523523
"http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
524524
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{lang=en}">
525525
<head>
526-
<link rel="icon" type="image/png" href="/favicon.png">
526+
<link rel="icon" type="image/x-icon" href="/favicon.ico">
527527
<meta http-equiv="Content-Type" content="{quirks=application/xhtml+xml}{quirks?text/html}; charset={encoding}" />
528528
<meta name="generator" content="AsciiDoc {asciidoc-version}" />
529529
<meta name="description" content="{description}" />

_layouts/default.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<head>
44
<meta http-equiv="content-type" content="text/html; charset=utf-8">
55
<title>i3 - improved tiling wm</title>
6-
<link rel="icon" type="image/png" href="/favicon.png">
6+
<link rel="icon" type="image/x-icon" href="/favicon.ico">
77
<link rel="stylesheet" href="/css/style.css" type="text/css" media="screen">
88
<link rel="publisher" href="https://plus.google.com/113555191861605339299">
99
<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">

favicon.ico

3.04 KB
Binary file not shown.

0 commit comments

Comments
 (0)