Skip to content
Snippets Groups Projects
Commit b210c014 authored by Arnaud Levy's avatar Arnaud Levy
Browse files

wip

parent be4d0e8a
No related branches found
No related tags found
No related merge requests found
{{ define "main" }}
{{ partial "events/hero-single.html" . }}
<div class="document-content" itemscope itemtype="https://schema.org/Event">
<meta itemprop="headline" content="{{ partial "PrepareHTML" .Title }}">
<meta itemprop="url" content="{{ .Permalink }}">
{{ if .Params.summary }}<meta itemprop="abstract" content="{{ partial "PrepareText" .Params.summary }}">{{ end }}
{{ if .Summary }}<meta itemprop="description" content="{{ partial "PrepareText" .Summary }}">{{ end }}
{{ partial "events/sidebar.html" . }}
{{ partial "posts/summary.html" (dict
"context" .
"block_wrapped" true
) }}
{{ partial "contents/list.html" . }}
{{ partial "posts/after-contents.html" . }}
{{ partial "posts/prevnext.html" . }}
{{ partial "hooks/before-document-content-end.html" . }}
</div>
{{ end }}
<ul class="post-infos">
<li>
<span>{{ i18n "posts.share" }}</span>
{{ partial "commons/share.html" . }}
</li>
</ul>
\ No newline at end of file
{{- $title := or .Params.header_text .Title -}}
{{- partial "header/hero.html"
(dict
"title" $title
"image" .Params.image
"sizes" site.Params.image_sizes.sections.events.hero_single
"context" .
) -}}
<div class="post-sidebar">
<div>
<aside>
{{- partial "events/event-infos.html" . -}}
</aside>
{{ partial "toc/container.html"
(dict
"toc" "toc/default.html"
"context" .
)
}}
</div>
</div>
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