mirror of
https://github.com/tylernguyen/wiki.git
synced 2025-02-05 08:23:14 -06:00
feat: disable toc on all blog pages
This commit is contained in:
parent
1bf4a732d8
commit
442c1618c2
1 changed files with 2 additions and 2 deletions
|
@ -147,9 +147,9 @@ plugins:
|
|||
- meta # NOTE Located at the beginning of the list of `plugins` so that other pluginps (including the [built-in blog plugin]) will pick up the set defaults
|
||||
- blog:
|
||||
blog_dir: .
|
||||
# blog_toc: true # NOTE TOC on blog index
|
||||
blog_toc: false # NOTE TOC on blog index
|
||||
post_readtime: false
|
||||
archive_toc: true
|
||||
archive_toc: false
|
||||
draft_if_future_date: true
|
||||
post_excerpt: required
|
||||
post_url_format: "{date}/{slug}"
|
||||
|
|
Loading…
Reference in a new issue