updating icon alt
This commit is contained in:
parent
9c72828676
commit
bec7f2e75d
|
|
@ -17,7 +17,7 @@ $brochuresPosts = $args['brochuresPosts'];
|
||||||
|
|
||||||
<li class="publications-grid__row">
|
<li class="publications-grid__row">
|
||||||
<?php if ($brochureCover) : ?>
|
<?php if ($brochureCover) : ?>
|
||||||
<img class="publications-grid__cover" src="<?php echo $brochureCover['sizes']['medium'] ?>" />
|
<img class="publications-grid__cover" src="<?php echo $brochureCover['sizes']['medium'] ?>" alt=""/>
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<h2 class="publications-grid__title"><?php echo $brochurePdf['title'] ?></h2>
|
<h2 class="publications-grid__title"><?php echo $brochurePdf['title'] ?></h2>
|
||||||
<p class="publications-grid__thematique thematique-tag thematique-tag--<?php echo $rootThematic->slug ?>"><?php echo $rootThematic->name ?></p>
|
<p class="publications-grid__thematique thematique-tag thematique-tag--<?php echo $rootThematic->slug ?>"><?php echo $rootThematic->name ?></p>
|
||||||
|
|
|
||||||
|
|
@ -19,7 +19,7 @@ $fichesInfosPosts = $args['fichesInfosPosts'];
|
||||||
<li class="publications-grid__row">
|
<li class="publications-grid__row">
|
||||||
|
|
||||||
<?php if ($rootThematicIcon) : ?>
|
<?php if ($rootThematicIcon) : ?>
|
||||||
<img class="publications-grid__icon" src="<?php echo $rootThematicIcon['url'] ?>" />
|
<img class="publications-grid__icon" src="<?php echo $rootThematicIcon['url'] ?>" alt="" />
|
||||||
<?php endif; ?>
|
<?php endif; ?>
|
||||||
<h2 class="publications-grid__title"><?php echo get_the_title() ?></h2>
|
<h2 class="publications-grid__title"><?php echo get_the_title() ?></h2>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user