Removed pitch from eec layout

This commit is contained in:
2026-07-09 09:43:36 -04:00
parent ca5c8862fd
commit 0fded0b845
-1
View File
@@ -2,7 +2,6 @@
<section class="course-hero"> <section class="course-hero">
<h1>{{ .Title }}</h1> <h1>{{ .Title }}</h1>
{{ with .Params.hero_subhead }}<p class="course-subhead">{{ . }}</p>{{ end }} {{ with .Params.hero_subhead }}<p class="course-subhead">{{ . }}</p>{{ end }}
{{ with .Params.pitch }}<div class="course-value-prop">{{ . | markdownify }}</div>{{ end }}
{{ partial "course-enroll-form.html" (dict "id" "top" "page" .) }} {{ partial "course-enroll-form.html" (dict "id" "top" "page" .) }}