diff --git a/templates/home/components/home-card.html b/templates/home/components/home-card.html index 65c88a5..feecd3a 100644 --- a/templates/home/components/home-card.html +++ b/templates/home/components/home-card.html @@ -5,7 +5,7 @@ alt="Temporary card icon" class="home-card__icon" /> -

{{ title }}

+

{{ title }}

{{ description }}

{% endmacro home_card %}