]> git.sur5r.net Git - i3/i3.github.io/blobdiff - _layouts/default.html
Merge pull request #62 from rsheasby/master
[i3/i3.github.io] / _layouts / default.html
index 58c694ed7eb7c57bf30063e91bc823b511be6956..e758d9f0364f26788f986432c034874e1da937f1 100644 (file)
@@ -62,18 +62,19 @@ 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>
-       </div>
+    <div id="footer" lang="de">
+        © 2009-present Michael Stapelberg,
+        <a href="/impress.html">Impressum</a>,
+        <a href="https://github.com/i3/i3.github.io">Source</a>
+    </div>
     </body>
 </html>