From 293d4b0748b4ce6ef802b388c8317ca71d8fc570 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 23 Jul 2024 08:44:10 -0700 Subject: [PATCH] Remove the page breadcrumb from the base template --- layouts/_default/baseof.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/layouts/_default/baseof.html b/layouts/_default/baseof.html index 28c5f64..688620f 100644 --- a/layouts/_default/baseof.html +++ b/layouts/_default/baseof.html @@ -9,9 +9,6 @@ {{ partial "site/header.html" . }}
- {{ if not .IsNode }} - {{ partial "page_breadcrumb.html" . }} - {{ end }}
{{ block "main" . }}{{ end }}