From f87c35fe2ed0a389176fcc3c315a84c93b4a1f1a Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Mon, 23 Dec 2019 23:18:13 +0900 Subject: [PATCH] docs: Remove extra double quotation --- content/en/getting-started/configuration-markup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/getting-started/configuration-markup.md b/content/en/getting-started/configuration-markup.md index f20115a10..5e88e671b 100644 --- a/content/en/getting-started/configuration-markup.md +++ b/content/en/getting-started/configuration-markup.md @@ -131,7 +131,7 @@ 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 }}{{ with .Page }} (in page {{ .Title }}){{ end }} {{< /code >}} (look in the page bundle, inside `/assets` etc.) and [transform](/content-management/image-processing) images.