Skip to content

Commit 0d6fd61

Browse files
removed toc
1 parent bb8cb2d commit 0d6fd61

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

hugo.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,12 @@ style = 'monokai' # see https://xyproto.github.io/splash/docs/all.html
8989
lineNumbersInTable = false
9090

9191
[markup.tableOfContents]
92-
startLevel = 2
93-
endLevel = 5
92+
startLevel = 0
93+
endLevel = 0
9494
ordered = true
9595

9696

97+
9798
########################### Media types ###########################
9899
[mediaTypes]
99100
[mediaTypes."application/manifest+json"]

themes/hugoplate/layouts/blog/single.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ <h1 class="h2 mb-4">
4141
</li>
4242
</ul>
4343
<div class="content mb-10">
44-
{{ partial "toc.html" (dict "Class" "blog" "Collapsed" false "TableOfContents" .TableOfContents ) }}
4544
{{ .Content }}
4645
</div>
4746
<div class="row items-start justify-between">

0 commit comments

Comments
 (0)