Files
reground-site/layouts/talk/single.html
T
will 7da665ffaf
deploy / deploy (push) Successful in 4s
Add /talk booking page with cal.com inline embed
The gift PDF's closing CTA promises a conversation, so it needs a
landing page to point to. Kept separate from /gift-thanks since the
PDF can be read/forwarded independent of any signup on this site.
2026-07-22 16:09:45 -04:00

9 lines
245 B
HTML

{{ define "main" }}
<section class="course-hero">
<h1>{{ .Title }}</h1>
{{ with .Params.hero_subhead }}<p class="course-subhead">{{ . }}</p>{{ end }}
</section>
{{ with .Params.cal_link }}{{ partial "cal-embed.html" . }}{{ end }}
{{ end }}