Skip to content
Snippets Groups Projects
Commit 35bdccd4 authored by alexisben's avatar alexisben
Browse files

remove legacy

parent 1c136fa6
No related branches found
No related tags found
No related merge requests found
{{- $title := or .Params.header_text .Title -}}
{{/* LEGACY : à retirer une fois que le format de donnée des images des personnes sera homogène aux autres images */}}
{{- $image := "" -}}
{{ with .Params.image }}
{{ if eq (printf "%T" .) "string" }}
{{ $image = dict "id" . }}
{{ else }}
{{ $image = . }}
{{ end }}
{{ end }}
{{- partial "header/hero.html"
(dict
"title" $title
......
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