correcting namespace

This commit is contained in:
Antoine M 2024-04-16 12:36:36 +02:00
parent e3ebe7e34b
commit b50bb888dc

View File

@ -77,10 +77,7 @@ get_header();
<p class="question_type"><?php echo __("Question précédente ", "homegrade-theme__texte-fonctionnel") ?></p>
<p class="question_title"><?php echo $previousPost->post_title ?></p>
</div>
</a>
<?php endif; ?>
</div>
@ -136,7 +133,7 @@ get_header();
)
?>
</ul>
<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-fonctionnel") ?></a>
</div>
</div>
</section>