Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layouts/_partials/blocks/home/hero.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<h1 class="markdown-title text-center xl:text-start text-4xl xl:text-5xl font-semibold xl:leading-normal">{{ . | markdownify }}</h1>
{{ end }}
{{ with .text }}
<p class="xl:leading-loose text-center xl:text-start text-[#5C5C5C]">{{ . }}</p>
<p class="xl:leading-loose text-center xl:text-start text-[#5C5C5C]">{{ . | markdownify }}</p>
{{ end }}
{{ if .buttons }}
<div class="flex items-center flex-col xl:flex-row gap-4 mt-8">
Expand Down