From 5a7dae6f0166c21e3e45f0e92c173445894618b6a0dc380c76f87abc71bf04cd Mon Sep 17 00:00:00 2001 From: Nicholas Johnson Date: Fri, 16 Aug 2024 00:00:00 +0000 Subject: Remove extraneous multi-line regex flags --- layouts/term/term.gemini_atom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'layouts/term') diff --git a/layouts/term/term.gemini_atom.xml b/layouts/term/term.gemini_atom.xml index aecb3fd..d5539f1 100644 --- a/layouts/term/term.gemini_atom.xml +++ b/layouts/term/term.gemini_atom.xml @@ -32,11 +32,11 @@ {{ "" | safeHTML }} - {{ .Permalink | replaceRE `^https://` "gemini://" | replaceRE `(?m)index.gmi$` "" }} + {{ .Permalink | replaceRE `^https://` "gemini://" | replaceRE `index.gmi$` "" }} {{ .Site.Title }} {{ .Date.UTC.Format "2006-01-02T15:04:05Z" | safeHTML }} - - + + {{- with $authorName }} {{ . }} @@ -47,9 +47,9 @@ {{ replace .Site.Copyright "{currentYear}" (now.UTC.Format "2006") }} {{ .Site.Params.Description }}{{ range first .Site.Config.Services.RSS.Limit .Data.Pages }} - {{ .Permalink | replaceRE `^https://` "gemini://" | replaceRE `(?m)index.gmi$` "" | safeURL }} + {{ .Permalink | replaceRE `^https://` "gemini://" | replaceRE `index.gmi$` "" | safeURL }} {{ .Title }} {{ .Date.UTC.Format "2006-01-02T15:04:05Z" | safeHTML }} - + {{ end }} -- cgit v1.2.3