Add toc header to toc shortcode

This commit is contained in:
kolaente 2020-09-03 17:34:13 +02:00
parent 80787e8fdf
commit 958219fc84
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 2 additions and 0 deletions

View File

@ -1,3 +1,5 @@
<div class="toc">
<h2>Table of contents</h2>
{{ .Page.TableOfContents }}
</div>