Skip to content

Commit

Permalink
Update toc-main.html
Browse files Browse the repository at this point in the history
Default
  • Loading branch information
Ipstenu authored Oct 16, 2024
1 parent fde4c09 commit 1c779d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layouts/partials/assets/toc-main.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
Visit gethinode.com/license for more details.
-->

{{ $headercount := .Site.Params.tocHeader.min | 1 }}
{{ $headercount := .Site.Params.tocHeader.min | default 1 }}
{{ $headings := .headings | default slice }}
{{- range .Fragments.Headings }}
{{- range .Headings }}
Expand Down

0 comments on commit 1c779d8

Please sign in to comment.