Skip to content
Snippets Groups Projects
Commit 66b37a1e authored by alexisben's avatar alexisben
Browse files

cleanup chapo

parent a90c811f
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
<div class="document-content"> <div class="document-content">
<div class="container"> <div class="container">
{{ partial "persons/image.html" .Params.image }}
{{ partial "persons/chapo.html" .Params.description_short }} {{ partial "persons/chapo.html" .Params.description_short }}
</div> </div>
......
...@@ -9,6 +9,10 @@ ...@@ -9,6 +9,10 @@
) )
}} }}
<div class="container">
{{ partial "persons/chapo.html" .Params.description_short }}
</div>
{{- if .Params.blocks }} {{- if .Params.blocks }}
{{- partial "blocks/list.html" . -}} {{- partial "blocks/list.html" . -}}
......
{{- if (partial "GetTextFromHTML" .) -}} {{- partial "commons/chapo.html" . -}}
<p class="lead">
{{ partial "PrepareHTML" . }}
</p>
{{ end }}
{{- partial "commons/chapo.html" . -}}
{{- if (partial "GetTextFromHTML" .) -}} {{- partial "commons/chapo.html" . -}}
<p class="lead">
{{ partial "PrepareHTML" . }}
</p>
{{ end }}
{{- if (partial "GetTextFromHTML" .) -}} {{- partial "commons/chapo.html" . -}}
<p class="lead">
{{ partial "PrepareHTML" . }}
</p>
{{ end }}
{{- if (partial "GetTextFromHTML" .) -}} {{- partial "commons/chapo.html" . -}}
<p class="lead">
{{ partial "PrepareHTML" . }}
</p>
{{ end }}
{{- if (partial "GetTextFromHTML" .) -}} {{- partial "commons/chapo.html" . -}}
<p class="lead">
{{ partial "PrepareHTML" . }}
</p>
{{ end }}
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
<div class="document-content"> <div class="document-content">
<div class="container"> <div class="container">
{{ partial "persons/image.html" .Params.image }}
{{ partial "persons/chapo.html" .Params.description_short }} {{ partial "persons/chapo.html" .Params.description_short }}
{{- if not $is_organigram_present -}} {{- if not $is_organigram_present -}}
{{ partial "persons/taxonomies.html" . }} {{ partial "persons/taxonomies.html" . }}
......
...@@ -4,7 +4,6 @@ ...@@ -4,7 +4,6 @@
{{ partial "commons/list-content.html" . }} {{ partial "commons/list-content.html" . }}
<div class="container"> <div class="container">
{{ partial "posts/image.html" .Params.image }}
{{ partial "posts/chapo.html" .Params.description_short }} {{ partial "posts/chapo.html" .Params.description_short }}
</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