feat: hide toc for short notes
This commit is contained in:
		@@ -22,14 +22,7 @@
 | 
			
		||||
          <li><a href="{{ .Permalink }}">{{ .LinkTitle | humanize }}</a></li>
 | 
			
		||||
          {{ end }}
 | 
			
		||||
      </ul>
 | 
			
		||||
      {{ if (and $.Site.Data.config.enableToc (ne .Params.enableToc false)) }}
 | 
			
		||||
      <aside class="mainTOC">
 | 
			
		||||
          <details {{ if $.Site.Data.config.openToc }}open {{ end }}>
 | 
			
		||||
            <summary>Table of Contents</summary>
 | 
			
		||||
            {{ .TableOfContents }}
 | 
			
		||||
          </details>
 | 
			
		||||
      </aside>
 | 
			
		||||
      {{end}}
 | 
			
		||||
      {{partial "toc.html" .}} 
 | 
			
		||||
      {{partial "textprocessing.html" . }}
 | 
			
		||||
    </article>
 | 
			
		||||
    {{partial "footer.html" .}}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user