From 2c5cec4f87ec647f03da5ec03729c2c7ae49af60 Mon Sep 17 00:00:00 2001 From: Eryn Wells Date: Tue, 15 Nov 2022 22:12:23 -0800 Subject: [PATCH] Remove the date from the about section only --- layouts/partials/content_header.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/content_header.html b/layouts/partials/content_header.html index 3f8ae9e..c7032b6 100644 --- a/layouts/partials/content_header.html +++ b/layouts/partials/content_header.html @@ -2,7 +2,7 @@ {{ partial "development/draft_tag.html" . }}

{{ .Title }}

- {{ if not (eq .Type "page") }} + {{ if not (eq .Section "about") }} {{ end }}