aboutsummaryrefslogtreecommitdiffhomepage
path: root/docs/content/en/news/0.76.0-relnotes/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/news/0.76.0-relnotes/index.md')
-rw-r--r--docs/content/en/news/0.76.0-relnotes/index.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/news/0.76.0-relnotes/index.md b/docs/content/en/news/0.76.0-relnotes/index.md
index ec4549575..65f3ebb9d 100644
--- a/docs/content/en/news/0.76.0-relnotes/index.md
+++ b/docs/content/en/news/0.76.0-relnotes/index.md
@@ -46,13 +46,13 @@ We have added a `force` flag to the [server redirects](https://gohugo.io/getting
This is set to default `false`. If you want the old behaviour you need to add this flag to your configuration:
-```toml
+{{< code-toggle file="config" >}}
[[redirects]]
from = "/myspa/**"
to = "/myspa/"
status = 200
force = true
-```
+{{< /code-toggle >}}
## Enhancements