-
Notifications
You must be signed in to change notification settings - Fork 66
Table of Contents
Utkarsh Verma edited this page Jan 11, 2019
·
2 revisions
Dream Plus offers a neat way to summarize your post through a Table of Contents at the top of the post. This feature is just a basic implementation of Hugo's Table of Contents.
This feature is disabled by default and can be enabled by adding the following to the config.toml
file:
[params.features]
toc = true #Enable Table of Contents
Once enabled, all the header tags, i.e <hX>
will be interpreted as headings and will be included within the table of contents.
This feature is only available for Post view.