all repos — blog @ f6e0dc9e28bea5e9763cd7033927852c943d5f56

Code and content for 5ika.ch

layouts/shortcodes/links.html (view raw)

 1<nav>
 2  <a href="/posts">📝 Blog</a>
 3  <a href="./about">👋 Plus d’info</a>
 4  <a href="./now">⬇️ Maintenant</a>
 5  <a href="https://git.5ika.ch" style="display:flex;column-gap:0.5rem"><img width='24px' src="{{ .Site.BaseURL }}/img/git.svg"/>git</a>
 6  <a href="./tutos">📒 Tutos</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</nav>