layouts/shortcodes/links.html (view raw)
 1<nav class="links-list">
 2  <a href="/posts">π Blog</a>
 3  <a href="./about">π Plus dβinfo</a>
 4  <a href="./now">β¬οΈ Maintenant</a>
 5  <a href="./tutos">π Tutos</a>
 6  <a href="./inspirations">π§  Inspirations</a>
 7  <a href="https://bookwyrm.social/user/5ika" target="_blank">π Lectures</a>
 8  <a href="/tim@5ika.ch.pub">π ClΓ© PGP</a>
 9  <a href="https://tooting.ch/@5ika" target="_blank" rel="me">π Mastodon</a>
10  <a href="mailto:tim@5ika.ch" target="_blank">βοΈ Email</a>
11</nav>