switching publication title from h2 to h3
This commit is contained in:
parent
d537330891
commit
4893822053
|
|
@ -19,7 +19,7 @@ $brochuresPosts = $args['brochuresPosts'];
|
|||
<?php if ($brochureCover) : ?>
|
||||
<img class="publications-grid__cover" src="<?php echo $brochureCover['sizes']['medium'] ?>" alt="" />
|
||||
<?php endif; ?>
|
||||
<h2 class="publications-grid__title"><?php echo $brochurePdf['title'] ?></h2>
|
||||
<h3 class="publications-grid__title"><?php echo $brochurePdf['title'] ?></h3>
|
||||
<p class="publications-grid__thematique thematique-tag thematique-tag--<?php echo $rootThematic->slug ?>"><?php echo $rootThematic->name ?></p>
|
||||
|
||||
<?php if ($brochureEdition) : ?>
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ $fichesInfosPosts = $args['fichesInfosPosts'];
|
|||
<?php if ($rootThematicIcon) : ?>
|
||||
<img class="publications-grid__icon" src="<?php echo $rootThematicIcon['url'] ?>" alt="" />
|
||||
<?php endif; ?>
|
||||
<h2 class="publications-grid__title"><?php echo get_the_title() ?></h2>
|
||||
<h3 class="publications-grid__title"><?php echo get_the_title() ?></h3>
|
||||
|
||||
<div class="publications-grid__thematiques-tags">
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ $videosWebinairesPosts = $args['videosWebinairesPosts'];
|
|||
|
||||
<img class="publications-grid__video-thumbnail" src="<?php echo the_post_thumbnail_url() ?>" alt="" />
|
||||
|
||||
<h2 class="publications-grid__title"><?php echo get_the_title() ?></h2>
|
||||
<h3 class="publications-grid__title"><?php echo get_the_title() ?></h3>
|
||||
<?php if ($mainThematique) : ?>
|
||||
<p class="publications-grid__thematique thematique-tag thematique-tag--<?php echo $mainThematique->slug ?>"><?php echo $mainThematique->name ?></p>
|
||||
<?php endif; ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user