Add top navigator
[web.git] / _includes / top_nav.html
1 <li{% if page.url == '/' %} class="active"{% endif %}><a href="{{ site.prefix }}index.html">Home</a></li>
2 <li{% if page.url == '/communication.html' %} class="active"{% endif %}><a href="{{ site.prefix }}communication.html">Communication</a></li>
3 <li{% if page.url == '/rules.html' %} class="active"{% endif %}><a href="{{ site.prefix }}rules.html">Rules</a></li>
4 <li{% if page.url == '/development.html' %} class="active"{% endif %}><a href="{{ site.prefix }}development.html">Development</a></li>
5 <li{% if page.url == '/todo.html' %} class="active"{% endif %}><a href="{{ site.prefix }}todo.html">Todo</a></li>
6 <li{% if page.url == '/downloads.html' %} class="active"{% endif %}><a href="{{ site.prefix }}downloads.html">Downloads</a></li>
7 <li{% if page.url == '/docs/' %} class="active"{% endif %}><a href="{{ site.prefix }}docs/index.html">Documentation</a></li>
8 <li{% if page.url == '/about.html' %} class="active"{% endif %}><a href="{{ site.prefix }}about.html">About</a></li>