diff options
author | amzrk2 | 2020-05-07 11:55:55 +0800 |
---|---|---|
committer | amzrk2 | 2020-05-07 11:55:55 +0800 |
commit | 5f03b6f31c4daf811d7120c6cececf032af11336 (patch) | |
tree | 1a969a16c37906ade71edd1af73387f6624d9fd4 /exampleSite/config.toml | |
parent | 5f44f7a50db09547da7d06c3a8da464153d9cf20 (diff) | |
download | hugo-theme-fuji-5f03b6f31c4daf811d7120c6cececf032af11336.tar.gz hugo-theme-fuji-5f03b6f31c4daf811d7120c6cececf032af11336.tar.bz2 hugo-theme-fuji-5f03b6f31c4daf811d7120c6cececf032af11336.zip |
CSS support ToC level 2 to 3
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r-- | exampleSite/config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 3735d09..263ad67 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -78,7 +78,7 @@ paginate = 10 [markup.tableOfContents] startLevel = 2 - endLevel = 2 + endLevel = 3 [taxonomies] tag = "tags" |