From 86ed54e73b7f8c86f4e3150cfae59f438820f81a14cb53958089db3bd2b61a2e Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Thu, 7 Nov 2024 00:00:00 +0000 Subject: Set Gemini protocol This avoids littering the gemtext templates with regex to change the protocol. --- layouts/index.gemini_atom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'layouts/index.gemini_atom.xml') diff --git a/layouts/index.gemini_atom.xml b/layouts/index.gemini_atom.xml index de1478b..6eb6b8e 100644 --- a/layouts/index.gemini_atom.xml +++ b/layouts/index.gemini_atom.xml @@ -32,11 +32,11 @@ {{ "" | safeHTML }} - {{ .Permalink | replaceRE `^https://(.*)index.gmi$` "gemini://$1" }} + {{ .Permalink | replaceRE `index.gmi$` "" }} {{ .Site.Title }} {{ .Date.Format "2006-01-02T15:04:05-0700" | safeHTML }} - - + + {{- with $authorName }} {{ . }} @@ -47,9 +47,9 @@ {{ replace .Site.Copyright "{currentYear}" (now.Format "2006") }} {{ .Site.Params.Description }}{{ range first .Site.Config.Services.RSS.Limit .Site.RegularPages }} - {{ .Permalink | replaceRE `^https://(.*)index.gmi$` "gemini://$1" }} + {{ .Permalink | replaceRE `index.gmi$` "" }} {{ .Title }} {{ .Date.Format "2006-01-02T15:04:05-0700" | safeHTML }} - + {{ end }} -- cgit v1.2.3