]> 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 58c694ed7eb7c57bf30063e91bc823b511be6956..830f2d08b2a0c932a8171fe9e092a7cc76900463 100644 (file)
@@ -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>