From 2888243071789fb17b63414c60bee2fb69540a47 Mon Sep 17 00:00:00 2001 From: John Bowdre Date: Tue, 30 Apr 2024 12:50:02 -0500 Subject: [PATCH] use gemini:// URI for capsule link --- config/_default/params.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 71fee0f..e831b4d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -182,8 +182,8 @@ url = "https://scribbles.jbowdre.lol" [[socialLinks]] icon = "fa-solid fa-satellite" -title = "Gemlog" -url = "https://capsule.jbowdre.lol/gemlog/" +title = "Gemini Capsule" +url = "gemini://capsule.jbowdre.lol" [[socialLinks]] icon = "fa-solid fa-circle-user"