]> git.sur5r.net Git - i3/i3.github.io/blobdiff - _layouts/default.html
Link site source in footer (#36)
[i3/i3.github.io] / _layouts / default.html
index 68db1dc5a6b08562b6a2d02db604caa9e48f4ded..830f2d08b2a0c932a8171fe9e092a7cc76900463 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">
@@ -62,18 +62,20 @@ else window.onload = loadjs;
         <div id="main">
             <a href="/"><h1 id="title">i3 - improved tiling WM</h1></a>
                        <ul id="nav">
-{% include menulink.html name="Docs" url="/docs" %}
-{% include menulink.html name="Screens" url="/screenshots" %}
-{% include menulink.html name="FAQ" url="http://faq.i3wm.org/" %}
-{% include menulink.html name="Contact" url="/contact" %}
-{% include menulink.html name="Bugs" url="http://bugs.i3wm.org/" %}
+{% include menulink.html name="Docs" url="/docs/" %}
+{% include menulink.html name="Screens" url="/screenshots/" %}
+{% include menulink.html name="FAQ" url="https://www.reddit.com/r/i3wm/" %}
+{% include menulink.html name="Contact" url="/contact/" %}
+{% include menulink.html name="Bugs" url="https://github.com/i3/i3/issues" %}
                        </ul>
        <br style="clear: both">
            {{ content }}
         </div>
 
        <div id="footer" lang="de">
-       © 2009-2014 Michael Stapelberg, <a href="/impress.html">Impressum</a>
+           © 2009-2017 Michael Stapelberg,
+           <a href="/impress.html">Impressum</a>,
+           <a href="https://github.com/i3/i3.github.io">Source</a>
        </div>
     </body>
 </html>