2014-04-07 22:33:12 -07:00
|
|
|
<ul>
|
|
|
|
|
<li class="{% if page.overview %}current{% endif %}">
|
2014-04-11 20:22:05 +02:00
|
|
|
<a href="{{ site.baseurl }}/">Home</a>
|
2014-04-07 22:33:12 -07:00
|
|
|
</li>
|
|
|
|
|
<li class="{% if page.url contains '/docs/' %}current{% endif %}">
|
2014-04-11 20:22:05 +02:00
|
|
|
<a href="{{ site.baseurl }}/docs/home/">Doc<span class="show-on-mobiles">s</span><span class="hide-on-mobiles">umentation</span></a>
|
2014-04-07 22:33:12 -07:00
|
|
|
</li>
|
|
|
|
|
<li class="{% if page.author %}current{% endif %}">
|
2015-03-12 10:32:22 +01:00
|
|
|
<a href="{{ site.baseurl }}/news/">Download</a>
|
2014-04-07 22:33:12 -07:00
|
|
|
</li>
|
|
|
|
|
<li>
|
|
|
|
|
<a href="{{ site.repository }}"><span class="hide-on-mobiles">View on </span>GitHub</a>
|
|
|
|
|
</li>
|
|
|
|
|
</ul>
|