From e099c1ad63f4d66e1dc8d39f71e4e64b7cf0a501 Mon Sep 17 00:00:00 2001 From: David Fernandes Date: Wed, 1 Jan 2020 16:36:38 +0000 Subject: [PATCH] changed ".Title" to ".URL" (#972) From what I've understood in this Documentation it should be referencing the .URL and not the .Title --- content/en/functions/safeURL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/functions/safeURL.md b/content/en/functions/safeURL.md index cb9979cd3..2e0733142 100644 --- a/content/en/functions/safeURL.md +++ b/content/en/functions/safeURL.md @@ -50,7 +50,7 @@ This partial would produce the following HTML output: {{< /output >}} -The odd output can be remedied by adding ` | safeURL` to our `.Title` page variable: +The odd output can be remedied by adding ` | safeURL` to our `.URL` page variable: {{< code file="layouts/partials/correct-url-sidebar-menu.html" copy="false" >}}