From ec65d01a7206eb240f77ffaa150d6a7646be77c0 Mon Sep 17 00:00:00 2001 From: cmal Date: Fri, 10 Aug 2018 15:59:03 +0200 Subject: [PATCH] Add assets to Sections variables --- docs/content/documentation/templates/pages-sections.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/content/documentation/templates/pages-sections.md b/docs/content/documentation/templates/pages-sections.md index 297c95b3..bb4d7544 100644 --- a/docs/content/documentation/templates/pages-sections.md +++ b/docs/content/documentation/templates/pages-sections.md @@ -78,6 +78,8 @@ word_count: Number; reading_time: Number; // See the Table of contents section below for more details toc: Array
; +// Paths of colocated assets, relative to the content directory +assets: Array; ``` ## Table of contents