diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-08-24 10:49:55 +0900 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-08-24 10:49:55 +0900 |
commit | 2e143ae21b54e6b7b88c8cdb53fd42da9313759c (patch) | |
tree | 8a2e4cc274a579e27fd31a8223599a211cde5a4c /man.sr.ht/index.md | |
parent | 310a6e7d0d4b21e422a3ed7f2d462ef16ab9b55b (diff) | |
download | sr.ht-docs-2e143ae21b54e6b7b88c8cdb53fd42da9313759c.tar.gz |
man.sr.ht: document `toc` property in frontmatter
Diffstat (limited to 'man.sr.ht/index.md')
-rw-r--r-- | man.sr.ht/index.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/man.sr.ht/index.md b/man.sr.ht/index.md index 5aad612..b97d541 100644 --- a/man.sr.ht/index.md +++ b/man.sr.ht/index.md @@ -37,6 +37,7 @@ To add some extra metadata to your pages. The currently supported properties are: - **title**: set the article title +- **toc**: set to false to disable the table of contents ## Publishing your changes |