Skip to content

Commit ee5cde3

Browse files
committed
FEAT: Added content to centered.html template
1 parent 86bedaf commit ee5cde3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

layouts/partials/blocks/centered.html

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ <h3 class="font-semibold text-2xl text-rl-gray rl-ctr-title-underline">{{ .Param
77
{{ if isset .Params "image" }}
88
<img class="rounded-xl shadow-blurred" src="{{ relURL .Params.image }}" />
99
{{ end }}
10+
{{- with .Params.content -}}<p class="text-rl-gray-darker">{{ markdownify . }}</p>{{- end -}}
1011
</div>
1112
</div>
1213
</section>

0 commit comments

Comments
 (0)