correct intreview
This commit is contained in:
@@ -25,12 +25,15 @@
|
||||
$formatted_date = format_event_date(); ?>
|
||||
<a href="<? the_permalink(); ?>">
|
||||
<div class="article-item">
|
||||
<?if (has_post_thumbnail()):?>
|
||||
<div class="interview-item__image-container">
|
||||
<?= show_post_image(); ?>
|
||||
<?//=show_post_image(); ?>
|
||||
<?=render_webp_picture_by_post( null, 'news-list-picture'); ?>
|
||||
<button class="item-video__button subtitle-20">
|
||||
<img src="<?= get_asset('icons/play.svg') ?>" alt="" /> Интервью
|
||||
</button>
|
||||
</div>
|
||||
<?endif?>
|
||||
<div class="article-item__text">
|
||||
<div class="article-time">
|
||||
<img src="<?= get_asset('icons/time.svg') ?>" alt="" />
|
||||
|
||||
Reference in New Issue
Block a user