mirror of
https://github.com/BBaoVanC/bobatheme.git
synced 2024-11-17 13:25:57 -06:00
Don't skip headers for table of contents
This commit is contained in:
parent
4e0c77d8a3
commit
7160c761c1
@ -60,6 +60,10 @@ h1 svg.icon {
|
||||
|
||||
|
||||
/* Content formatting */
|
||||
#table-of-contents h2 {
|
||||
font-size: 20px;
|
||||
}
|
||||
|
||||
.content {
|
||||
padding: 20px;
|
||||
}
|
||||
|
@ -35,7 +35,7 @@
|
||||
|
||||
{{ if .Params.Toc }}
|
||||
<div id="table-of-contents">
|
||||
<h3>Table of Contents</h3>
|
||||
<h2>Table of Contents</h2>
|
||||
{{ .TableOfContents }}
|
||||
</div>
|
||||
<hr>
|
||||
|
Loading…
Reference in New Issue
Block a user