This website works better with JavaScript.
git.jstrong.dev
Home
Explore
Help
Sign In
jstrong
/
zola
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Add assets to Sections variables
index-subcmd
cmal
6 years ago
parent
b8bc13c351
commit
ec65d01a72
1 changed files
with
2 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
docs/content/documentation/templates/pages-sections.md
+ 2
- 0
docs/content/documentation/templates/pages-sections.md
View File
@@ -78,6 +78,8 @@ word_count: Number;
reading_time: Number;
reading_time: Number;
// See the Table of contents section below for more details
// See the Table of contents section below for more details
toc: Array<Header>;
toc: Array<Header>;
// Paths of colocated assets, relative to the content directory
assets: Array<String>;
```
```
## Table of contents
## Table of contents
Write
Preview
Loading…
Cancel
Save