Compare commits

...

2 Commits

Author SHA1 Message Date
Nonimart
2741294420 REFACTOR Remove unecessary lineskip
All checks were successful
continuous-integration/drone/push Build is passing
2025-06-13 16:37:56 +02:00
Nonimart
57ed2d91f5 FIX Missing internationalization on h4 2025-06-13 16:37:36 +02:00
2 changed files with 2 additions and 3 deletions

View File

@ -64,7 +64,6 @@ $pageIcon = get_field('page_icon', get_queried_object_id()) ?? null;
global $post;
$post_title = $post->post_title;
get_template_part(
'template-components/artisans/card-artisans-single',
null,

View File

@ -36,7 +36,7 @@ $foundPosts = $args['foundPosts'] ?? null;
<div class="fieldset-titling">
<img class="fieldset-icon" src="<?php echo get_stylesheet_directory_uri() . '/resources/img/pictogrammes/Homegrade_repertoire-metiers.svg' ?>" alt=''>
<h4 class="filter-title">Éléments du bâtiment</h4>
<h4 class="filter-title"><?php echo __("Éléments du bâtiment", "metiers-patrimoine-theme") ?></h4>
</div>
<ul>
<?php
@ -76,7 +76,7 @@ $foundPosts = $args['foundPosts'] ?? null;
<div class="fieldset-titling">
<img class="fieldset-icon" src="<?php echo get_stylesheet_directory_uri() . '/resources/img/pictogrammes/Homegrade_repertoire-elements.svg' ?>" alt=''>
<h4 class="filter-title">Métiers</h4>
<h4 class="filter-title"><?php echo __("Métiers", "metiers-patrimoine-theme") ?></h4>
</div>
<ul>