encapsulating suggested-publications section

This commit is contained in:
Antoine M 2023-12-13 17:35:29 +01:00
parent cd0d7d4730
commit 1138844470

View File

@ -48,6 +48,7 @@ get_header();
)); ?> )); ?>
<section class="suggested-publications">
<!-- PUBLCIATIONS SUGGÉRÉS --> <!-- PUBLCIATIONS SUGGÉRÉS -->
<div class="card-large-content-container"> <div class="card-large-content-container">
<?php <?php
@ -85,6 +86,8 @@ get_header();
<a class="cta cta--outline cta--button mx-auto" href="<?php echo $pagePublicationsUrl ?>"><?php echo __("Consulter toutes les publications", "homegrade-theme__texte-fonctionel") ?></a> <a class="cta cta--outline cta--button mx-auto" href="<?php echo $pagePublicationsUrl ?>"><?php echo __("Consulter toutes les publications", "homegrade-theme__texte-fonctionel") ?></a>
</div> </div>
</div> </div>
</section>
</div> </div>
<?php endwhile; ?> <?php endwhile; ?>
<?php endif; ?> <?php endif; ?>