From ddfee60b7feb3dc483c90c8044b7f626ac542c07 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Mon, 23 Dec 2019 16:38:17 +0100 Subject: [PATCH] Update configuration-markup.md --- content/en/getting-started/configuration-markup.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/content/en/getting-started/configuration-markup.md b/content/en/getting-started/configuration-markup.md index 5e88e671b..d1e93a777 100644 --- a/content/en/getting-started/configuration-markup.md +++ b/content/en/getting-started/configuration-markup.md @@ -131,10 +131,8 @@ A Markdown example for a inline-style link with title: A very simple template example given the above: {{< code file="layouts/_default/_markup/render-link.html" >}} -{{ .Text }}{{ with .Page }} (in page {{ .Title }}){{ end }} +{{ .Text }} {{< /code >}} -(look in the page bundle, inside `/assets` etc.) and [transform](/content-management/image-processing) images. - [^hooktemplate]: It's currently only possible to have one set of render hook templates, e.g. not per `Type` or `Section`. We may consider that in a future version.