13 lines
756 B
Plaintext
13 lines
756 B
Plaintext
<nav class="menu">
|
|
<a class="menu-item {% if page.data.route == "blog"%}current{%endif%}" href="/">fnordig</a>
|
|
<a class="menu-item {% if page.data.route == "posts"%}current{%endif%}" href="/posts/">posts</a>
|
|
<a class="menu-item {% if page.data.route == "notes"%}current{%endif%}" href="/notes/">notes</a>
|
|
<a class="menu-item" href="/til/">til</a>
|
|
<a class="menu-item {% if page.data.route == "about"%}current{%endif%}" href="/about/">about</a>
|
|
<a class="menu-item {% if page.data.route == "talks"%}current{%endif%}" href="/talks/">talks</a>
|
|
<a class="menu-item" href="/feed.xml">feed</a>
|
|
<a class="menu-item" href="https://twitter.com/badboy_/">@badboy_</a>
|
|
<a class="menu-item" href="https://github.com/badboy/">github</a>
|
|
<hr>
|
|
</nav>
|