reverse right column

This commit is contained in:
argoexpert press
2025-06-28 21:59:01 +03:00
parent 0ee471e833
commit 8ee9604061
9 changed files with 35 additions and 12 deletions

View File

@@ -21,10 +21,12 @@ $has_video = isset($args['has_video']) ? $args['has_video'] : false;
<div class="land-cart-title__arrow"></div>
</div>
<?endif?>
<div class="<?=$class; ?><?=$has_video === true ? ' has-video' : ''; ?>">
<a href="<?php the_permalink(); ?>" class="article-item__image-container">
<?=render_webp_picture_by_post( null, 'news-list-picture'); ?>
</a>
<div class="<?=$class;?>">
<div class="article-item__image-container<?=$has_video === true ? ' has-video' : ''; ?>">
<a href="<?php the_permalink(); ?>">
<?=render_webp_picture_by_post( null, 'news-list-picture'); ?>
</a>
</div>
<div class="article-item__text">
<div class="article-time">
<img src="<?= get_asset('/icons/time.svg'); ?>" alt="" /><?php echo $formatted_date; ?>