jorge/docs/includes/nav.html
Facundo Olano f733c83b1f
start devlog (#18)
* remove sample posts

* init first post

* try not ignoring file creation events

* draft why go section

* more why go

* why cli

* finish first draft

* reconnect with server after lost connection

* corrections

* more corrections

* grammarly

* remove docs section

* update comment

* remove doc index
2024-02-28 10:26:59 -03:00

10 lines
332 B
HTML

<nav>
<a href="/">{{ site.config.name }}</a>
<a href="/tutorial/">tutorial</a>
<a href="/blog/">devlog</a>
<div class="nav-right hidden-mobile">
<a href="https://github.com/facundoolano/jorge">github</a>
<a href="https://github.com/facundoolano/jorge/releases/latest">download</a>
</div>
</nav>