We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb8cb2d commit 0d6fd61Copy full SHA for 0d6fd61
2 files changed
hugo.toml
@@ -89,11 +89,12 @@ style = 'monokai' # see https://xyproto.github.io/splash/docs/all.html
89
lineNumbersInTable = false
90
91
[markup.tableOfContents]
92
-startLevel = 2
93
-endLevel = 5
+startLevel = 0
+endLevel = 0
94
ordered = true
95
96
97
+
98
########################### Media types ###########################
99
[mediaTypes]
100
[mediaTypes."application/manifest+json"]
themes/hugoplate/layouts/blog/single.html
@@ -41,7 +41,6 @@ <h1 class="h2 mb-4">
41
</li>
42
</ul>
43
<div class="content mb-10">
44
- {{ partial "toc.html" (dict "Class" "blog" "Collapsed" false "TableOfContents" .TableOfContents ) }}
45
{{ .Content }}
46
</div>
47
<div class="row items-start justify-between">
0 commit comments