From 672af9babb61f8cfa7b7bc6c4fe49ae17ff06336 Mon Sep 17 00:00:00 2001 From: Nick Budak Date: Mon, 1 Jun 2020 15:52:36 -0400 Subject: [PATCH] comment out breadcrumbs (#27) --- themes/startwords/layouts/partials/header.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/startwords/layouts/partials/header.html b/themes/startwords/layouts/partials/header.html index 275763a50..4dd86e81d 100644 --- a/themes/startwords/layouts/partials/header.html +++ b/themes/startwords/layouts/partials/header.html @@ -13,6 +13,7 @@ + {{/* {{ if not .IsHome }} {{ end }} + */}} +{{/* {{ define "breadcrumbnav" }} {{ if .p1.Parent }} {{ template "breadcrumbnav" (dict "p1" .p1.Parent "p2" .p2) }} {{ end }}
  • {{ .p1.Title }}
  • -{{ end }} \ No newline at end of file +{{ end }} + */}} \ No newline at end of file