From f70a57de10c6364ee03b4bfeb13bd456bc00aaad Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Mon, 10 Aug 2026 13:29:22 +0300 Subject: Add gemini link to frontpage --- templates_gmi/index.html | 2 ++ templates_html/index.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/templates_gmi/index.html b/templates_gmi/index.html index 9b7037f..72d1405 100644 --- a/templates_gmi/index.html +++ b/templates_gmi/index.html @@ -8,6 +8,8 @@ I like keeping things simple and pragmatic. I'm a life-long learner, but I don't I enjoy spending time with my fiancée and our dog, tinkering with computer hardware and software, games of all kinds but mostly video-, tabletop and role-playing, electronics, music, language learning and linguistics. I created this site² as a creative outlet for expressing myself and sharing my experiences. +=> https://jan.systems This site is also available on the WWW. + ## Latest posts {% set posts = get_section(path="posts/_index.md") %} {% for page in posts.pages | slice(end=3) -%} diff --git a/templates_html/index.html b/templates_html/index.html index 31d0a90..7854507 100644 --- a/templates_html/index.html +++ b/templates_html/index.html @@ -9,6 +9,8 @@

I enjoy spending time with my fiancée and our dog, tinkering with computer hardware and software, games of all kinds but mostly video-, tabletop and role-playing, electronics, music, language learning and linguistics.

I created this site² as a creative outlet for expressing myself and sharing my experiences.

+This site is also available in the Geminispace. Learn more about the Gemini protocol. + {% set posts = get_section(path="posts/_index.md") %}

Latest posts

-- cgit v1.3