Don't skip headers for table of contents

This commit is contained in:
2021-10-08 20:44:19 -05:00
parent 4e0c77d8a3
commit 7160c761c1
2 changed files with 5 additions and 1 deletions

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>