From ed570627cf2936f6d97430a4ef8976475a483c8c Mon Sep 17 00:00:00 2001 From: Sean Leather Date: Mon, 19 Nov 2018 13:02:19 +0200 Subject: [PATCH 1/2] Fix typo (missing 's') --- docs/content/documentation/content/table-of-contents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/content/table-of-contents.md b/docs/content/documentation/content/table-of-contents.md index 04d648b6..d9468ce2 100644 --- a/docs/content/documentation/content/table-of-contents.md +++ b/docs/content/documentation/content/table-of-contents.md @@ -3,7 +3,7 @@ title = "Table of Contents" weight = 60 +++ -Each page/section will automatically generate a table of content for itself based on the headers present. +Each page/section will automatically generate a table of contents for itself based on the headers present. It is available in the template through `section.toc` and `page.toc`. You can view the [template variables](./documentation/templates/pages-sections.md#table-of-contents) From 93696bf4a46ade3c5580a49e8d4672f4ff532560 Mon Sep 17 00:00:00 2001 From: Sean Leather Date: Mon, 19 Nov 2018 13:04:29 +0200 Subject: [PATCH 2/2] Fix typo --- docs/content/documentation/content/table-of-contents.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/documentation/content/table-of-contents.md b/docs/content/documentation/content/table-of-contents.md index d9468ce2..3325b0a4 100644 --- a/docs/content/documentation/content/table-of-contents.md +++ b/docs/content/documentation/content/table-of-contents.md @@ -9,7 +9,7 @@ It is available in the template through `section.toc` and `page.toc`. You can view the [template variables](./documentation/templates/pages-sections.md#table-of-contents) documentation for information on its structure. -Here is an example of using that field to render a 2-level table of content: +Here is an example of using that field to render a 2-level table of contents: ```jinja2