layouts/shortcodes/links.html (view raw)
1<nav>
2 <a href="/posts">📝 Blog</a>
3 <a href="./wiki">📒 Base de connaissance</a>
4 <a href="./about">👋 Plus d’info</a>
5 <a href="./now">⬇️ Maintenant</a>
6 {{/* <a href="./ideas">💡 Idées</a> */}}
7 <a href="./inspirations">🧠 Inspirations</a>
8 <a href="./books">📘 Lectures</a>
9 <a href="/tim@5ika.ch.pub">🔑 Clé PGP</a>
10 <a href="https://git.5ika.ch" style="display: flex; column-gap: 0.5rem"
11 ><img width="19px" src="{{ .Site.BaseURL }}/img/git.svg" />git</a
12 >
13</nav>