Remove the page breadcrumb from the base template
This commit is contained in:
parent
293f0ba957
commit
293d4b0748
1 changed files with 0 additions and 3 deletions
|
@ -9,9 +9,6 @@
|
||||||
{{ partial "site/header.html" . }}
|
{{ partial "site/header.html" . }}
|
||||||
</header>
|
</header>
|
||||||
<div class="body__container">
|
<div class="body__container">
|
||||||
{{ if not .IsNode }}
|
|
||||||
{{ partial "page_breadcrumb.html" . }}
|
|
||||||
{{ end }}
|
|
||||||
<main>
|
<main>
|
||||||
{{ block "main" . }}{{ end }}
|
{{ block "main" . }}{{ end }}
|
||||||
</main>
|
</main>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue