2024-02-21 22:41:03 +01:00
|
|
|
<nav>
|
|
|
|
<a href="/">{{ site.config.name }}</a>
|
2024-03-02 20:16:40 +01: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 22:41:03 +01:00
|
|
|
|
|
|
|
<div class="nav-right hidden-mobile">
|
2024-03-05 23:27:43 +01:00
|
|
|
<a href="https://github.com/facundoolano/jorge">source</a>
|
2024-02-23 17:37:55 +01:00
|
|
|
<a href="https://github.com/facundoolano/jorge/releases/latest">download</a>
|
2024-02-21 22:41:03 +01:00
|
|
|
</div>
|
|
|
|
</nav>
|