Skip to content
Snippets Groups Projects
Unverified Commit deb59128 authored by Alexis BENOIT's avatar Alexis BENOIT Committed by GitHub
Browse files

Personne : hero des listes et option de la toc (#856)

parent bf342c4c
No related branches found
No related tags found
No related merge requests found
......@@ -69,6 +69,7 @@ params:
disabled: true
toc:
force_offcanvas: false
disabled: false
# Enabled network for share action
# You can also specify this options for each sharable Section
share_links:
......
{{ define "main" }}
{{ partial "persons/hero.html" . }}
{{ partial "persons/hero-list.html" . }}
<div class="document-content">
......
{{ define "main" }}
{{ partial "persons/hero.html" . }}
{{ partial "persons/hero-list.html" . }}
<div class="document-content">
......
{{- $isTocPresent := .context.Params.design.toc.present -}}
{{ if site.Params.toc.disabled }}
{{ $isTocPresent = false }}
{{ end }}
{{- if $isTocPresent -}}
{{- partial "toc/cta" -}}
......
......@@ -7,7 +7,7 @@
{{ end }}
{{ end }}
{{ partial "persons/hero.html" . }}
{{ partial "persons/hero-list.html" . }}
<div class="document-content">
{{ partial "toc/container.html"
......
{{ define "main" }}
{{ partial "persons/hero.html" . }}
{{ partial "persons/hero-list.html" . }}
<div class="document-content">
......
{{ define "main" }}
{{ partial "persons/hero.html" . }}
{{ partial "persons/hero-list.html" . }}
<div class="document-content">
......
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