From bba1104b86d1f9f4dca2e601dd1de6addc0a65d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 31 Jan 2018 14:21:23 +0100 Subject: [PATCH] Update index.md --- content/news/0.35-relnotes/index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/news/0.35-relnotes/index.md b/content/news/0.35-relnotes/index.md index 5f9b4505a..6ce614dfa 100644 --- a/content/news/0.35-relnotes/index.md +++ b/content/news/0.35-relnotes/index.md @@ -6,7 +6,7 @@ description: "Headless Bundles, disable languages, improves fast render mode, an categories: ["Releases"] --- - The most notable new feature in Hugo `0.35` is perhaps **Headless Bundles**. +The most notable new feature in Hugo `0.35` is perhaps **Headless Bundles**. This means that you in your `index.md` front matter can say: @@ -14,6 +14,7 @@ This means that you in your `index.md` front matter can say: headless: true ``` And + * it will have no `Permalink` and no rendered HTML in `/public` * it will not be part of `.Site.RegularPages` etc.