REFACTOR With new authors-list name instead of revue-authors-list
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3ef493e118
commit
655f9721ff
|
|
@ -15,10 +15,10 @@ if (empty($authors)) return;
|
|||
|
||||
|
||||
?>
|
||||
<section class="revue-authors-list">
|
||||
<h3 class="revue-authors-list__title"><?php echo $componentTitle; ?></h3>
|
||||
<section class="authors-list">
|
||||
<h3 class="authors-list__title"><?php echo $componentTitle; ?></h3>
|
||||
<?php if ($articleTitle) : ?>
|
||||
<p class="revue-authors-list__article-title"><?php echo $articleTitle; ?></p>
|
||||
<p class="authors-list__article-title"><?php echo $articleTitle; ?></p>
|
||||
<?php endif; ?>
|
||||
<?php foreach ($authors as $authorID) : ?>
|
||||
<?php get_template_part(
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user