Skip to content
Snippets Groups Projects
Unverified Commit de8a2cb5 authored by Arnaud Levy's avatar Arnaud Levy Committed by GitHub
Browse files

Rangement de 2 partials (#913)

parent 7687ac11
No related branches found
No related tags found
No related merge requests found
{{ partial "organizations/section/hero.html" . }}
{{ partial "organizations/single/hero.html" . }}
<div class="document-content" itemscope itemtype="https://schema.org/Organization">
......
{{- $title := or .Params.header_text .Title -}}
{{- partial "header/hero.html"
(dict
"title" $title
"image" .Params.image
"sizes" site.Params.image_sizes.sections.organizations.hero
"context" .
) -}}
......@@ -6,7 +6,7 @@
"context" .
)
}}
{{ partial "programs/single/summary.html" (dict
{{ partial "programs/section/summary.html" (dict
"with_container" true
"context" .
) }}
......
{{- partial "commons/summary-in-content.html" . -}}
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