Removed pitch from eec layout
This commit is contained in:
@@ -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" .) }}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user