Skip to content
Snippets Groups Projects
Commit 6b8ae39c authored by alexisben's avatar alexisben
Browse files

simplify is toc present

parent 2e7c2b27
No related branches found
No related tags found
No related merge requests found
{{ return .context.Params.design.toc.present }}
\ No newline at end of file
{{- $isTocPresent := partial "IsTocPresent" . -}}
{{- $isTocPresent := .context.Params.design.toc.present -}}
{{- if $isTocPresent -}}
{{- partial "toc/cta" -}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment