Add Call-to-Action support at top of content

This commit is contained in:
Michael Boelen 2024-11-12 12:44:48 +00:00
parent 7b4dd6b148
commit 39d7488add
2 changed files with 32 additions and 0 deletions

View file

@ -9,6 +9,7 @@
{{ partialCached "header.html" . }}
{{ partial "breadcrumb.html" . }}
<div class="content">
{{ partial "show-call-to-action-top-of-content.html" . }}
<h1 class="post speakable">{{ .Title }}</h1>
<div class="speakable">
{{- block "main" . }}