summaryrefslogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSerghei Iakovlev <egrep@protonmail.ch>2022-06-06 01:03:58 +0200
committerSerghei Iakovlev <egrep@protonmail.ch>2022-06-06 01:03:58 +0200
commit85f856482994db67d3d4e853e88e197da1c745ea (patch)
tree1f55ec7250c1aefe9daa17df44f40f6b91f91ab4 /CHANGELOG.md
parent5c8c5ba97b10a4a385dcfee38a6ab9e38e2fda2c (diff)
downloadgohugo-theme-ed-85f856482994db67d3d4e853e88e197da1c745ea.tar.gz
Change the way you enable table of contents in the sidebar
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a1d15a..68e5c9f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
documentation
- Global `site.Params.keywords` may be overridden by `.Params.keywords` or
`.Params.tags` in the post front matter
+- Use builtin `.TableOfContents` to generate table of contents in the sidebar
+- Change the way you enable table of contents in the sidebar. Now you can
+ enable/disable it in the front matter using `toc: true` or `toc: false`
### Fixed