From 523be23eb57ad04e17f4a79328b39c31469614f4 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Tue, 10 Mar 2020 16:37:38 +0900 Subject: [PATCH] Fix include typo on v67 Release Notes --- content/en/news/0.67.0-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.67.0-relnotes/index.md b/content/en/news/0.67.0-relnotes/index.md index 2ca2aa521..a970ab777 100644 --- a/content/en/news/0.67.0-relnotes/index.md +++ b/content/en/news/0.67.0-relnotes/index.md @@ -6,7 +6,7 @@ description: "This version brings Custom HTTP headers to the development server categories: ["Releases"] --- -The two main items in Hugo 0.67.0 is custom HTTP header support in `hugo server` and incldue/exclude filters for [Hugo Deploy](https://gohugo.io/hosting-and-deployment/hugo-deploy/#readout). +The two main items in Hugo 0.67.0 is custom HTTP header support in `hugo server` and include/exclude filters for [Hugo Deploy](https://gohugo.io/hosting-and-deployment/hugo-deploy/#readout). Being able to [configure HTTP headers](https://gohugo.io/getting-started/configuration/#configure-server) in your development server means that you can now verify how your site behaves with the intended Content Security Policy settings etc., e.g.: