From 45c79bea70ec8dfad6cf0802a8942bf74bdbdc66 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 18 Dec 2022 16:16:11 -0800 Subject: [PATCH] Make heading id linkable --- content/en/getting-started/configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index 5eafa7056..db487c4b6 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -554,7 +554,7 @@ force = false Setting `force=true` will make a redirect even if there is existing content in the path. Note that before Hugo 0.76 `force` was the default behavior, but this is inline with how Netlify does it. -## 404 Server Error Page +## 404 Server Error Page {#404-server-error-page} {{< new-in "0.103.0" >}}