www.byjp.me/layouts/partials/noindex.gmi
JP Hastings-Spital f16ee40af4
Some checks are pending
Deploy Hugo site to Pages / build (push) Waiting to run
Deploy Hugo site to Pages / deploy (push) Blocked by required conditions
Deploy Hugo site to Pages / ipfs-publish (push) Blocked by required conditions
Swap to hosting Gemini at byjp.me
2024-11-20 17:46:17 +00:00

8 lines
284 B
Text

{{- $url := . -}}
{{- if hasSuffix $url "/index.gmi" -}}
{{- $url = strings.TrimSuffix "index.gmi" $url -}}
{{- end -}}
{{- if hasPrefix $url "gemini://www.byjp.me" -}}
{{- $url = strings.Replace $url "gemini://www.byjp.me" "gemini://byjp.me" -}}
{{- end -}}
{{- return $url -}}