diff options
author | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-11-07 00:00:00 +0000 |
---|---|---|
committer | Nicholas Johnson <mail@nicholasjohnson.ch> | 2024-11-08 00:00:00 +0000 |
commit | 86ed54e73b7f8c86f4e3150cfae59f438820f81a14cb53958089db3bd2b61a2e (patch) | |
tree | 4db4cdb04f45ad2a9fcf7ff9c4451447441b84585c915d5d11ec6daa1ee89794 /layouts/_default | |
parent | e8ce80b80dc1ebfc1db1e0cee7a7f7ac1e0e7e94961e456e5e60d1a15caeb7fe (diff) | |
download | hugo-theme-journal-86ed54e73b7f8c86f4e3150cfae59f438820f81a14cb53958089db3bd2b61a2e.tar.gz hugo-theme-journal-86ed54e73b7f8c86f4e3150cfae59f438820f81a14cb53958089db3bd2b61a2e.zip |
Set Gemini protocol
This avoids littering the gemtext templates with regex to change the
protocol.
Diffstat (limited to 'layouts/_default')
-rw-r--r-- | layouts/_default/single.gmi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/_default/single.gmi b/layouts/_default/single.gmi index 207bb87..29c740e 100644 --- a/layouts/_default/single.gmi +++ b/layouts/_default/single.gmi @@ -1,6 +1,6 @@ {{ define "main" -}} {{ $emoji := cond (.Page.Params.showlinkemoji | default true) (emojify ":link: ") "" -}} -=> {{ .Site.Home.RelPermalink | replaceRE `(?m)index.gmi$` "" }} {{ emojify ":link:" }} {{ i18n "returnHome" -}} +=> {{ .Site.Home.RelPermalink | replaceRE `index.gmi$` "" }} {{ emojify ":link:" }} {{ i18n "returnHome" -}} {{ if (.Page.Params.pageinfo | default true) }} |