From c2bc25cd35a177fc5d7981fb5ba3154391903db4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 7 Sep 2019 12:46:37 +0200 Subject: [PATCH] Update template-debugging.md --- content/en/templates/template-debugging.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/content/en/templates/template-debugging.md b/content/en/templates/template-debugging.md index 796f829f4..419581b90 100644 --- a/content/en/templates/template-debugging.md +++ b/content/en/templates/template-debugging.md @@ -57,10 +57,6 @@ When developing a [homepage][], what does one of the pages you're looping throug {{ end }} ``` -{{% note "`.Pages` on the Homepage" %}} -`.Pages` on the homepage is equivalent to `.Site.RegularPages`. -{{% /note %}} - ## Why Am I Showing No Defined Variables? Check that you are passing variables in the `partial` function: