jorge/docs/includes/nav.html

13 lines
517 B
HTML
Raw Normal View History

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