From 26f8775488bc6f7ba85fe47278e4213633910031 Mon Sep 17 00:00:00 2001 From: Ryan Watters Date: Fri, 14 Apr 2017 13:40:49 -0500 Subject: [PATCH] Fix broken link in toc.md to page variables --- content/content-management/toc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/content-management/toc.md b/content/content-management/toc.md index 044c75d57..cad76e4d4 100644 --- a/content/content-management/toc.md +++ b/content/content-management/toc.md @@ -69,7 +69,7 @@ The following is an example of a very basic [single page template][]: ## Template Example: TOC Partial -The following is a [partial template][partials] that adds slightly more logic for page-level control over your table of contents. It assumes you are using a `toc` field in your content's [front matter][] that, unless specifically set to `false`, will add a TOC to any page with a [`.WordCount`][] greater than 400. This example also demonstrates how to use [conditionals][] in your templating: +The following is a [partial template][partials] that adds slightly more logic for page-level control over your table of contents. It assumes you are using a `toc` field in your content's [front matter][] that, unless specifically set to `false`, will add a TOC to any page with a `.WordCount` (see [Page Variables][pagevars]) greater than 400. This example also demonstrates how to use [conditionals][] in your templating: {{% code file="layouts/partials/toc.html" download="toc.html" %}} ```html