From 2fa6f0b948121c2c4d9c2d35877a1eacb43f41d1 Mon Sep 17 00:00:00 2001 From: Patrice Chalin Date: Fri, 29 Jul 2022 14:12:37 -0400 Subject: [PATCH] 404 template example: remove slash relURL arg For context, see: - #9994 /cc @jmooring @dep --- content/en/templates/404.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/templates/404.md b/content/en/templates/404.md index f63097cfa..3add24163 100644 --- a/content/en/templates/404.md +++ b/content/en/templates/404.md @@ -35,7 +35,7 @@ This is a basic example of a 404.html template: {{ define "main"}}
-

Go Home

+

Go Home

{{ end }}