don't show notes anymore
technically it's still there
This commit is contained in:
parent
e907040232
commit
3f0fb377ef
|
@ -1,7 +1,6 @@
|
||||||
<nav class="menu">
|
<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 == "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 == "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" 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 == "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 {% if page.data.route == "talks"%}current{%endif%}" href="/talks/">talks</a>
|
||||||
|
|
Loading…
Reference in a new issue