Add top navigator
[web.git] / _includes / top_nav.html
diff --git a/_includes/top_nav.html b/_includes/top_nav.html
new file mode 100644 (file)
index 0000000..2aa7024
--- /dev/null
@@ -0,0 +1,8 @@
+<li{% if page.url == '/' %} class="active"{% endif %}><a href="{{ site.prefix }}index.html">Home</a></li>
+<li{% if page.url == '/communication.html' %} class="active"{% endif %}><a href="{{ site.prefix }}communication.html">Communication</a></li>
+<li{% if page.url == '/rules.html' %} class="active"{% endif %}><a href="{{ site.prefix }}rules.html">Rules</a></li>
+<li{% if page.url == '/development.html' %} class="active"{% endif %}><a href="{{ site.prefix }}development.html">Development</a></li>
+<li{% if page.url == '/todo.html' %} class="active"{% endif %}><a href="{{ site.prefix }}todo.html">Todo</a></li>
+<li{% if page.url == '/downloads.html' %} class="active"{% endif %}><a href="{{ site.prefix }}downloads.html">Downloads</a></li>
+<li{% if page.url == '/docs/' %} class="active"{% endif %}><a href="{{ site.prefix }}docs/index.html">Documentation</a></li>
+<li{% if page.url == '/about.html' %} class="active"{% endif %}><a href="{{ site.prefix }}about.html">About</a></li>