remove ToC from main post body

This commit is contained in:
John Bowdre 2021-12-09 20:27:30 -06:00
parent 8b58f07afe
commit d2fc49a739

View file

@ -15,12 +15,6 @@
<h1 class="post_title">{{ $t }}</h1> <h1 class="post_title">{{ $t }}</h1>
{{- partial "post-meta" . }} {{- partial "post-meta" . }}
{{- partial "image-feature" . }} {{- partial "image-feature" . }}
<!-- {{ if $p.toc }}
<div class="post_toc">
<h2>{{ T "overview" }}</h2>
{{ .TableOfContents }}
</div>
{{ end }} -->
<div class="post_body"> <div class="post_body">
{{- .Content }} {{- .Content }}
</div> </div>