From 0fded0b84516d86e701dd911d3616e72a3815d87 Mon Sep 17 00:00:00 2001 From: Will Estes Date: Thu, 9 Jul 2026 09:43:36 -0400 Subject: [PATCH] Removed pitch from eec layout --- layouts/courses/single.html | 1 - 1 file changed, 1 deletion(-) diff --git a/layouts/courses/single.html b/layouts/courses/single.html index e1d18e0..08712f6 100644 --- a/layouts/courses/single.html +++ b/layouts/courses/single.html @@ -2,7 +2,6 @@

{{ .Title }}

{{ with .Params.hero_subhead }}

{{ . }}

{{ end }} - {{ with .Params.pitch }}
{{ . | markdownify }}
{{ end }} {{ partial "course-enroll-form.html" (dict "id" "top" "page" .) }}