fix(features-carousel): corriger le rendu du titre en utilisant markdown
This commit is contained in:
@@ -36,7 +36,7 @@ testimonials:
|
||||
custom_class="hero"
|
||||
hero_image="/images/hero-dashboard.svg"
|
||||
>}}
|
||||
{{< features-carousel title="Découvrez les fonctionnalités qui font de CHILL l’allié incontournable des travailleurs sociaux" background-color="#f1f5f9" >}}
|
||||
{{< features-carousel title="Découvrez les fonctionnalité qui font de CHILL <br> l’allié incontournable des travailleurs sociaux" background-color="#f1f5f9" >}}
|
||||
{
|
||||
"features": [
|
||||
{
|
||||
|
||||
@@ -26,7 +26,7 @@
|
||||
<section id="features-carousel" class="section{{ if not $background_color }} bg-gray-50{{ end }}" {{ if $background_color }}style="background-color:{{ $background_color }};"{{ end }}>
|
||||
<div class="container">
|
||||
{{ if $title }}
|
||||
<h1 class="text-3xl font-bold mb-4 text-center">{{ $title }}</h1>
|
||||
<h1 class="text-3xl font-bold mb-4 text-center">{{ $title | markdownify }}</h1>
|
||||
{{ end }}
|
||||
<div class="features-carousel__nav"></div>
|
||||
<div class="features-carousel__slides">
|
||||
|
||||
Reference in New Issue
Block a user