Don't skip headers for table of contents

This commit is contained in:
BBaoVanC 2021-10-08 20:44:19 -05:00
parent 4e0c77d8a3
commit 7160c761c1
Signed by: bbaovanc
GPG Key ID: 18089E4E3CCF1D3A
2 changed files with 5 additions and 1 deletions

View File

@ -60,6 +60,10 @@ h1 svg.icon {
/* Content formatting */
#table-of-contents h2 {
font-size: 20px;
}
.content {
padding: 20px;
}

View File

@ -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>