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

Ajout de la description dans les blocs vidéo (#488)

parent d41f7005
No related branches found
No related tags found
No related merge requests found
......@@ -8,12 +8,13 @@
{{ partial "blocks/top.html" (dict
"title" $block.title
"heading_level" $block.ranks.self
"description" .description
)}}
{{ if .url }}
{{ $title := "video" }}
{{ with .video_title }}
{{ $title = .}}
{{ $title = . }}
{{ end }}
<div class="video">
......
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