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">
|
<div class="content-area">
|
||||||
|
|
||||||
|
<?php if (has_excerpt()) : ?>
|
||||||
<details class="edito" open="true">
|
<details class="edito">
|
||||||
<summary>
|
<summary>
|
||||||
<h2 class="edito__title">
|
<h2 class="edito__title">
|
||||||
Edito
|
Edito
|
||||||
|
|
@ -67,7 +67,7 @@ $articles = get_field('articles', $current_issue->ID);
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
<?php endif; ?>
|
||||||
<?php get_template_part('template-parts/revues/revue-authors', null, array(
|
<?php get_template_part('template-parts/revues/revue-authors', null, array(
|
||||||
'postId' => get_the_ID()
|
'postId' => get_the_ID()
|
||||||
)); ?>
|
)); ?>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user