Make table of contents dark.

This commit is contained in:
2020-06-30 22:11:27 -07:00
parent 1908126607
commit ef3c61e9e6
3 changed files with 21 additions and 5 deletions

View File

@@ -10,12 +10,14 @@
</div>
<div class="post-content">
{{ if not (eq .TableOfContents "<nav id=\"TableOfContents\"></nav>") }}
<div class="table-of-contents">
<div>
<div class="wrapper">
<em>Table of Contents</em>
{{ .TableOfContents }}
</div>
</div>
{{ end }}
{{ .Content }}
</div>
{{ end }}