Remove the page breadcrumb from the base template

This commit is contained in:
Eryn Wells 2024-07-23 08:44:10 -07:00
parent 293f0ba957
commit 293d4b0748

View file

@ -9,9 +9,6 @@
{{ partial "site/header.html" . }}
</header>
<div class="body__container">
{{ if not .IsNode }}
{{ partial "page_breadcrumb.html" . }}
{{ end }}
<main>
{{ block "main" . }}{{ end }}
</main>