From 1d34ecbe50ec226662d8fd0b2370072dac45552f Mon Sep 17 00:00:00 2001 From: JP Hastings-Spital Date: Mon, 6 May 2024 08:34:59 +0100 Subject: [PATCH] Fix bad Gemini "alternative" links --- config.toml | 1 + layouts/partials/alternates.html | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index b65ae1c3..7f6bc2bb 100644 --- a/config.toml +++ b/config.toml @@ -195,6 +195,7 @@ date = ["date", "publishDate", "lastmod", ":git"] protocol = 'gemini://' permalinkable = true noUgly = true + notAlternative = true [outputs] home = ["html", "rss", "gemini"] diff --git a/layouts/partials/alternates.html b/layouts/partials/alternates.html index e3cb9afe..b147fca9 100644 --- a/layouts/partials/alternates.html +++ b/layouts/partials/alternates.html @@ -2,7 +2,7 @@ {{ $page := .}}