layouts/shortcodes/links.html (view raw)
1<nav>
2 <a href="/notes">๐
Notes hebdos</a>
3 <a href="/posts">๐ Blog</a>
4 <a href="/projects">๐จ Projets</a>
5 <a href="./about">๐ Plus dโinfo</a>
6 <a href="./now">โฌ๏ธ Maintenant</a>
7 {{/* <a href="./ideas">๐ก Idรฉes</a> */}}
8 <a href="./inspirations">๐ง Inspirations</a>
9 <a href="./books">๐ Lectures</a>
10 <a href="/tim@5ika.ch.pub">๐ Clรฉ PGP</a>
11 <a href='./cv'>๐ท CV</a>
12 <a href="https://git.5ika.ch" style="display: flex; column-gap: 0.5rem"
13 ><img width="19px" src="{{ .Site.BaseURL }}/img/git.svg" />git</a
14 >
15</nav>