2024-02-21 18:41:03 -03:00
|
|
|
<nav>
|
|
|
|
<a href="/">{{ site.config.name }}</a>
|
2024-03-02 16:16:40 -03:00
|
|
|
|
|
|
|
{% assign section = page.path|split:"/" | first %}
|
|
|
|
<a {% if section == "tutorial" %}style="font-weight:bold"{% endif %} href="/tutorial/">tutorial</a>
|
|
|
|
<a {% if section == "blog" %}style="font-weight:bold"{% endif %} href="/blog/">devlog</a>
|
2024-02-21 18:41:03 -03:00
|
|
|
|
|
|
|
<div class="nav-right hidden-mobile">
|
2024-03-05 19:27:43 -03:00
|
|
|
<a href="https://github.com/facundoolano/jorge">source</a>
|
2024-02-23 13:37:55 -03:00
|
|
|
<a href="https://github.com/facundoolano/jorge/releases/latest">download</a>
|
2024-02-21 18:41:03 -03:00
|
|
|
</div>
|
|
|
|
</nav>
|