remove site.params.toctile from if condition
This commit is contained in:
parent
5987519fd6
commit
5efec67714
@ -22,7 +22,7 @@
|
||||
|
||||
{{ if .Params.Toc }}
|
||||
<div class="table-of-contents">
|
||||
{{ if or $.Site.Params.TocTitle .Params.Toc }}
|
||||
{{ if .Params.Toc }}
|
||||
<h1>
|
||||
{{ if .Params.TocTitle }}
|
||||
{{ .Params.TocTitle }}
|
||||
|
Loading…
Reference in New Issue
Block a user