From ccf855b220de5f84a4b840007982b56fa0b16c2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 23 Dec 2019 12:23:23 +0100 Subject: [PATCH] Update index.md --- content/en/news/0.62.0-relnotes/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/news/0.62.0-relnotes/index.md b/content/en/news/0.62.0-relnotes/index.md index 49f0a4b35..925f525a5 100644 --- a/content/en/news/0.62.0-relnotes/index.md +++ b/content/en/news/0.62.0-relnotes/index.md @@ -25,7 +25,7 @@ Hugo now has: ## Notes * Ace and Amber support is now removed from Hugo. See [#6609](https://github.com/gohugoio/hugo/issues/6609) for more information. -* The `markdownify` template function does not, yet, support render hooks. We recommend you look at the new and more powerful [.RenderString](https://gohugo.io/renderstring/) method on `Page`. +* The `markdownify` template function does not, yet, support render hooks. We recommend you look at the new and more powerful [.RenderString](https://gohugo.io/functions/renderstring/) method on `Page`. * If you have output format specific behaviour in a template used from a content file, you must create a output format specific template, e.g. `myshortcode.amp.html`. This also applies to the new rendering hooks introduced in this release. This has been the intended behaviour all the time, but a failing test (now fixed) shows that the implementation of this has not been as strict as specified, hence this note. * The `errorf` does not return any value anymore. This means that the ERROR will just be printed to the console. We have also added a `warnf` template func.