From 39808f50ad3820ed4d2deb0564db4f72dbf3df2a Mon Sep 17 00:00:00 2001 From: maiki Date: Thu, 28 Jun 2018 21:41:01 -0700 Subject: [PATCH] Fix typo --- content/en/news/0.30-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.30-relnotes/index.md b/content/en/news/0.30-relnotes/index.md index db49a1bf3..9281a5c20 100644 --- a/content/en/news/0.30-relnotes/index.md +++ b/content/en/news/0.30-relnotes/index.md @@ -9,7 +9,7 @@ images: --- -Hugo `0.30` is the **Race Car Edition**. Hugo is already very very fast, but much wants more. So we added **Fast Render Mode**. It is hard to explain, so start the Hugo development server with `hugo server` and start editing. Live reloads just got so much faster! The "how and what" is discussed at length in [other places](https://github.com/gohugoio/hugo/pull/3959), but the short version is that we now re-render only the parts of the site that you are working on. +Hugo `0.30` is the **Race Car Edition**. Hugo is already very very fast, but wants much more. So we added **Fast Render Mode**. It is hard to explain, so start the Hugo development server with `hugo server` and start editing. Live reloads just got so much faster! The "how and what" is discussed at length in [other places](https://github.com/gohugoio/hugo/pull/3959), but the short version is that we now re-render only the parts of the site that you are working on. The second performance-related feature is a follow-up to the Template Metrics added in Hugo `0.29`. Now, if you add the flag `--templateMetricsHints`, we will calculate a score for how your partials can be cached (with the `partialCached` template func).