diff options
author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-08-04 10:39:52 +0700 |
---|---|---|
committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2023-08-04 10:39:52 +0700 |
commit | b8936c1df0a1ed856c66d2041bcc3832ccad095b (patch) | |
tree | 7f031fba433f62d01086bccfe8ec7d6a65490553 /layouts | |
parent | edaf609e338fcdd2d622878fc7d4178c7d7652da (diff) | |
download | victor-b8936c1df0a1ed856c66d2041bcc3832ccad095b.tar.gz |
Disable TOC by default
Diffstat (limited to 'layouts')
-rw-r--r-- | layouts/partials/post-navigation-top.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/layouts/partials/post-navigation-top.html b/layouts/partials/post-navigation-top.html index a7470c0..333691c 100644 --- a/layouts/partials/post-navigation-top.html +++ b/layouts/partials/post-navigation-top.html @@ -1,5 +1,4 @@ {{ if or (in .Params.categories "book") (in .CurrentSection.Params.categories "book") }} {{ partial "breadcrumbs.html" .}} -{{ partial "root-toc.html" .}} {{ end}} {{ partial "post-navigation.html" .}} |