Skip to content
Snippets Groups Projects
Commit 7cf91bec authored by alexisben's avatar alexisben
Browse files

fix breadcrumb in person single hero

parent 7c7acd0d
No related branches found
No related tags found
No related merge requests found
<header class="hero">
<div class="container">
{{ partial "header/breadcrumbs.html" . }}
{{- if eq site.Params.breadcrumb.position "hero-start" -}}
{{ partial "header/breadcrumbs.html" . }}
{{- end -}}
<div class="content">
<h1>{{ safeHTML (partial "CorrectPunctuation" .Title) }}</h1>
{{ if .Params.image }}
......@@ -14,5 +16,14 @@
</div>
{{ end }}
</div>
{{- if eq site.Params.breadcrumb.position "hero-end" -}}
{{ partial "header/breadcrumbs.html" . }}
{{- end -}}
</div>
</header>
{{- if eq site.Params.breadcrumb.position "after-hero" -}}
<div class="container">
{{ partial "header/breadcrumbs.html" . }}
</div>
{{- end -}}
\ No newline at end of file
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