From 3687c29534aed1e58ae573aac1e034343bdce063 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Sun, 18 Dec 2022 16:20:28 -0800 Subject: [PATCH] Make heading id linkable, take 2 --- 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 db487c4b6..3704e4898 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 {#_404-server-error-page} {{< new-in "0.103.0" >}}