all repos — blog @ 8feafdb3b9a7d4f84a070fd806b0a7ca933e8aca

Code and content for 5ika.ch

Fix alignments on links
Tim Izzo tim@5ika.ch
Sat, 19 Oct 2024 22:39:08 +0200
commit

8feafdb3b9a7d4f84a070fd806b0a7ca933e8aca

parent

f6e0dc9e28bea5e9763cd7033927852c943d5f56

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M layouts/shortcodes/links.htmllayouts/shortcodes/links.html

@@ -2,10 +2,10 @@ <nav>

<a href="/posts">📝 Blog</a> <a href="./about">👋 Plus d’info</a> <a href="./now">⬇️ Maintenant</a> - <a href="https://git.5ika.ch" style="display:flex;column-gap:0.5rem"><img width='24px' src="{{ .Site.BaseURL }}/img/git.svg"/>git</a> <a href="./tutos">📒 Tutos</a> - <a href="./ideas">💡 Idées</a> + {{/* <a href="./ideas">💡 Idées</a> */}} <a href="./inspirations">🧠 Inspirations</a> <a href="./books">📘 Lectures</a> <a href="/tim@5ika.ch.pub">🔑 Clé PGP</a> + <a href="https://git.5ika.ch" style="display:flex;column-gap:0.5rem"><img width='19px' src="{{ .Site.BaseURL }}/img/git.svg"/>git</a> </nav>