From 000353f3392390b70d3f5911942b1448f7dc83cc Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Thu, 25 Jul 2024 13:24:33 -0700 Subject: [PATCH] Layouts: Remove date from taxonomy templates Do not show dates on pages where .IsNode is true, rather than using .IsSection. Apparently taxonomy pages are nodes, but are not sections. --- layouts/partials/page_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/page_header.html b/layouts/partials/page_header.html index b555052..10a8d45 100644 --- a/layouts/partials/page_header.html +++ b/layouts/partials/page_header.html @@ -4,7 +4,7 @@

{{ . | markdownify }}

{{- end }} -{{ if not .page.IsSection }} +{{ if not .page.IsNode }} {{- with .page.Date -}}