diff options
author | digitalcraftsman <[email protected]> | 2020-10-06 19:03:36 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-06 19:03:36 +0200 |
commit | ee56efffcb3f81120b0d3e0297b4fb5966124354 (patch) | |
tree | e37fee8c1b1498b169b6ff5710e58f2d89198c65 | |
parent | 2c4e76e9626960c0a8935e139d01dcb94d6f8b23 (diff) | |
download | hugo-ee56efffcb3f81120b0d3e0297b4fb5966124354.tar.gz hugo-ee56efffcb3f81120b0d3e0297b4fb5966124354.zip |
Fix typo in 0.76.0 release note
-rw-r--r-- | docs/content/en/news/0.76.0-relnotes/index.md | 2 |
1 files changed, 1 insertions, 1 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 48b196ff4..f23d13c06 100644 --- a/docs/content/en/news/0.76.0-relnotes/index.md +++ b/docs/content/en/news/0.76.0-relnotes/index.md @@ -22,7 +22,7 @@ background = "goldenbridge.jpg" kind="section" ``` -Tasks that were earlier hard/borderline impossible to do are now simple. One common example would to apply a different template set to nested sections; you can now apply a customm `Type` to these sections using `path="/blog/*/**"` and similar. +Tasks that were earlier hard/borderline impossible to do are now simple. One common example would to apply a different template set to nested sections; you can now apply a custom `Type` to these sections using `path="/blog/*/**"` and similar. A related improvement is that the [build option](https://gohugo.io/content-management/build-options/#readout) `render` is now an enum. In addition to turning on/off rendering of a given page you can tell Hugo to not render, but you want to preserve the `.Permalink`, useful for SPA applications. |