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" .) }}