FEATURE Tweaking the detail edito tag
This commit is contained in:
parent
8062b003c1
commit
be7887da94
|
|
@ -47,8 +47,8 @@ $articles = get_field('articles', $current_issue->ID);
|
|||
|
||||
<div class="content-area">
|
||||
|
||||
|
||||
<details class="edito" open="true">
|
||||
<?php if (has_excerpt()) : ?>
|
||||
<details class="edito">
|
||||
<summary>
|
||||
<h2 class="edito__title">
|
||||
Edito
|
||||
|
|
@ -67,7 +67,7 @@ $articles = get_field('articles', $current_issue->ID);
|
|||
</div>
|
||||
</div>
|
||||
</details>
|
||||
|
||||
<?php endif; ?>
|
||||
<?php get_template_part('template-parts/revues/revue-authors', null, array(
|
||||
'postId' => get_the_ID()
|
||||
)); ?>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user