FEATURE Tweaking the detail edito tag

This commit is contained in:
Nonimart 2025-10-09 08:41:09 +02:00
parent 8062b003c1
commit be7887da94

View File

@ -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()
)); ?>