Add link to TIL
This commit is contained in:
parent
d287c164c0
commit
991c499496
|
@ -1,7 +1,8 @@
|
||||||
<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 {% 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 == "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>
|
||||||
<a class="menu-item" href="/feed.xml">feed</a>
|
<a class="menu-item" href="/feed.xml">feed</a>
|
||||||
|
|
Loading…
Reference in a new issue