diff options
Diffstat (limited to 'web/templates/default.html')
-rw-r--r-- | web/templates/default.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/web/templates/default.html b/web/templates/default.html index 57a5a52..53add69 100644 --- a/web/templates/default.html +++ b/web/templates/default.html @@ -23,7 +23,14 @@ <!-- Sidebar. --> <div id="sidebar"> <h1>Navigation</h1> - $sidebar$ + <a href="/index.html">home</a> + <a href="/tutorials.html">tutorials</a> + <a href="/reference.html">reference</a> + <a href="/philosophy.html">philosophy</a> + <a href="/about.html">about</a> + <a href="/tutorials/faq.html">faq</a> + <a href="/examples.html">examples</a> + <a href="/changelog.html">changelog</a></p> <!-- Flattr button --> <h1>Donate</h1> |