including a cta button

This commit is contained in:
Antoine M 2023-12-12 14:38:42 +01:00
parent 5e871e2784
commit 1ac74cf2fb

View File

@ -9,6 +9,7 @@
<div class="entry-summary"> <div class="entry-summary">
<?php the_excerpt(); ?> <?php the_excerpt(); ?>
<a class="cta cta--secondary cta--button" href="<?php echo esc_url(get_permalink()) ?>"><?php echo __("Lire la suite", "homegrade-theme__texte-fonctionnel") ?></a>
</div> </div>
<?php else : ?> <?php else : ?>