1
Fork 0
blog/_includes/_menu.liquid
Jan-Erik Rediger 3f0fb377ef don't show notes anymore
technically it's still there
2022-01-30 01:00:01 +01:00

12 lines
657 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" 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>