From b4bf72fe59a9b6f09c5c7e53cae5ddd7f09b9cf8 Mon Sep 17 00:00:00 2001 From: Runxi Yu Date: Tue, 1 Apr 2025 22:16:48 +0800 Subject: Remind visitors of the change --- templates/400_colon.tmpl | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 templates/400_colon.tmpl (limited to 'templates/400_colon.tmpl') diff --git a/templates/400_colon.tmpl b/templates/400_colon.tmpl new file mode 100644 index 0000000..6d8ec25 --- /dev/null +++ b/templates/400_colon.tmpl @@ -0,0 +1,26 @@ +{{/* + SPDX-License-Identifier: AGPL-3.0-only + SPDX-FileCopyrightText: Copyright (c) 2025 Runxi Yu +*/}} +{{- define "400_colon" -}} + + + + {{- template "head_common" . -}} + 400 Bad Request – {{ .global.forge_title }} + + + {{- template "header" . -}} +
+

400 Bad Request

+

We recently switched URL schemes. Previously “:” was used as our URL group separator, but because OpenSMTPD does not implement local-part address quoting properly, we’re unable to include “:” in URLs properly, hence we use “-” now.

+

As a precaution in case visitors get confused, this page was set up. You should probably replace all “:”s with “-”s in the URL bar.

+
+
Lindenii Forge
+
+ + + +{{- end -}} -- cgit v1.2.3