We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86bedaf commit ee5cde3Copy full SHA for ee5cde3
layouts/partials/blocks/centered.html
@@ -7,6 +7,7 @@ <h3 class="font-semibold text-2xl text-rl-gray rl-ctr-title-underline">{{ .Param
7
{{ if isset .Params "image" }}
8
<img class="rounded-xl shadow-blurred" src="{{ relURL .Params.image }}" />
9
{{ end }}
10
+ {{- with .Params.content -}}<p class="text-rl-gray-darker">{{ markdownify . }}</p>{{- end -}}
11
</div>
12
13
</section>
0 commit comments